Code

Do not use hardcoded path to xhmtl.xsl to generate user's manual
authorJunio C Hamano <junkio@cox.net>
Wed, 31 Jan 2007 23:41:27 +0000 (15:41 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 31 Jan 2007 23:41:45 +0000 (15:41 -0800)
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>
Documentation/Makefile

index 5e012f48e360985f8433da971daa1de8075da758..266af47176a7f09000ed90f43b5ed83af74db8ea 100644 (file)
@@ -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 $< | \