From bfcd4ca3da81922b170d5179212e243309ec4c88 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 31 Jan 2007 15:41:27 -0800 Subject: 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 5e012f4..266af47 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 $< | \ -- cgit v0.10.2-6-g49f6