Skip to content

Commit fd2a759

Browse files
author
Junio C Hamano
committed
Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint
* 'maint' of git://linux-nfs.org/~bfields/git: user-manual: introduce "branch" and "branch head" differently glossary: clean up cross-references glossary: stop generating automatically user-manual: Use def_ instead of ref_ for glossary references. user-manual.txt: fix a tiny typo. user-manual: run xsltproc without --nonet option
2 parents cd67c8e + 81b6c95 commit fd2a759

File tree

4 files changed

+416
-453
lines changed

4 files changed

+416
-453
lines changed

Documentation/Makefile

Lines changed: 3 additions & 7 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

@@ -106,16 +107,11 @@ user-manual.xml: user-manual.txt user-manual.conf
106107
$(ASCIIDOC) -b docbook -d book $<
107108

108109
XSLT = http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
109-
XSLTOPTS = --nonet --xinclude --stringparam html.stylesheet docbook-xsl.css
110+
XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
110111

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)