Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-02-01 02:41:27 +0300
committerJunio C Hamano <junkio@cox.net>2007-02-01 02:41:45 +0300
commitbfcd4ca3da81922b170d5179212e243309ec4c88 (patch)
tree5cf909b630170e8f326b4d5a9cdb5eed0ff2a38c /Documentation/Makefile
parentc0b4a003e4477b78d42441b8c2eec463467f313c (diff)
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 <junkio@cox.net>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 5e012f48e3..266af47176 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 $< | \