Skip to content

Commit

Permalink
Do not use hardcoded path to xhmtl.xsl to generate user's manual
Browse files Browse the repository at this point in the history
It does not seem to need it either and gives an error on FC5 I use
at kernel.org to cut documentation tarballs, so remove it in the
meantime.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jan 31, 2007
1 parent c0b4a00 commit bfcd4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ user-manual.xml: user-manual.txt user-manual.conf
asciidoc -b docbook -d book $<

user-manual.html: user-manual.xml
xmlto -m /etc/asciidoc/docbook-xsl/xhtml.xsl html-nochunks $<
xmlto html-nochunks $<

glossary.html : glossary.txt sort_glossary.pl
cat $< | \
Expand Down

0 comments on commit bfcd4ca

Please sign in to comment.