projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c0b4a00
)
Do not use hardcoded path to xhmtl.xsl to generate user's manual
author
Junio C Hamano
<junkio@cox.net>
Wed, 31 Jan 2007 23:41:27 +0000
(15:41 -0800)
committer
Junio 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
patch
|
blob
|
history
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index 5e012f48e360985f8433da971daa1de8075da758..266af47176a7f09000ed90f43b5ed83af74db8ea 100644
(file)
--- 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 $< | \