Skip to content

Commit f562e6f

Browse files
author
J. Bruce Fields
committed
glossary: stop generating automatically
The sort_glossary.pl script sorts the glossary, checks for duplicates, and automatically adds cross-references. But it's not so hard to do all that by hand, and sometimes the automatic cross-references are a little wrong; so let's run the script one last time and check in its output. Note: to make the output fit better into the user manual I also deleted the acknowledgements at the end, which was maybe a little rude; feel free to object and I can find a different solution. Cc: Johannes Schindelin <[email protected]> Signed-off-by: "J. Bruce Fields" <[email protected]>
1 parent 06e7ea3 commit f562e6f

File tree

4 files changed

+392
-428
lines changed

4 files changed

+392
-428
lines changed

Documentation/Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@ ARTICLES += repository-layout
1616
ARTICLES += hooks
1717
ARTICLES += everyday
1818
ARTICLES += git-tools
19+
ARTICLES += glossary
1920
# with their own formatting rules.
20-
SP_ARTICLES = glossary howto/revert-branch-rebase user-manual
21+
SP_ARTICLES = howto/revert-branch-rebase user-manual
2122

2223
DOC_HTML += $(patsubst %,%.html,$(ARTICLES) $(SP_ARTICLES))
2324

@@ -111,11 +112,6 @@ XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
111112
user-manual.html: user-manual.xml
112113
xsltproc $(XSLTOPTS) -o $@ $(XSLT) $<
113114

114-
glossary.html : glossary.txt sort_glossary.pl
115-
cat $< | \
116-
perl sort_glossary.pl | \
117-
$(ASCIIDOC) -b xhtml11 - > glossary.html
118-
119115
howto-index.txt: howto-index.sh $(wildcard howto/*.txt)
120116
rm -f $@+ $@
121117
sh ./howto-index.sh $(wildcard howto/*.txt) >$@+

0 commit comments

Comments
 (0)