diff options
author | Junio C Hamano <junkio@cox.net> | 2007-01-31 15:41:27 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-01-31 15:41:45 -0800 |
commit | bfcd4ca3da81922b170d5179212e243309ec4c88 (patch) | |
tree | 5cf909b630170e8f326b4d5a9cdb5eed0ff2a38c /Documentation | |
parent | c0b4a003e4477b78d42441b8c2eec463467f313c (diff) | |
download | git-bfcd4ca3da81922b170d5179212e243309ec4c88.tar.gz git-bfcd4ca3da81922b170d5179212e243309ec4c88.tar.xz |
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')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 $< | \ |