From: Junio C Hamano Date: Wed, 31 Jan 2007 23:41:27 +0000 (-0800) Subject: Do not use hardcoded path to xhmtl.xsl to generate user's manual X-Git-Tag: v1.5.0-rc3~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bfcd4ca3da81922b170d5179212e243309ec4c88;p=git.git Do not use hardcoded path to xhmtl.xsl to generate user's manual 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 --- diff --git a/Documentation/Makefile b/Documentation/Makefile index 5e012f48e..266af4717 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -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 $< | \