git-am: initialize variable $resume on startup
[gitweb.git] / Documentation / Makefile
index b06275726d5c17e6d97fd039445dad7672fc3bfb..443114b0463e9c9ca7e99720e78d938049a1ea4b 100644 (file)
@@ -120,6 +120,7 @@ clean:
        mv $@+ $@
 
 %.1 %.5 %.7 : %.xml
+       $(RM) $@
        xmlto -m callouts.xsl man $<
 
 %.xml : %.txt
@@ -131,7 +132,7 @@ clean:
 user-manual.xml: user-manual.txt user-manual.conf
        $(ASCIIDOC) -b docbook -d book $<
 
-XSLT = http://docbook.sourceforge.net/release/xsl/current/html/docbook.xsl
+XSLT = docbook.xsl
 XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
 
 user-manual.html: user-manual.xml