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>
This commit is contained in:
Junio C Hamano 2007-01-31 15:41:27 -08:00
Родитель c0b4a003e4
Коммит bfcd4ca3da
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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 $< | \