X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FMakefile;h=e117bc4315f6e288e89cf83fb80e876bee7a7dc2;hb=7e4eb210bdf2a612d8bf4cc106d99ba190f73e3e;hp=a4c4063e50d3eb3bd36d94b399f790e56fe4b050;hpb=3d045897585c4b1ca0dce6bb5a33331f1b48c2bf;p=git.git diff --git a/Documentation/Makefile b/Documentation/Makefile index a4c4063e5..e117bc431 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -279,7 +279,7 @@ $(patsubst %,%.html,$(API_DOCS) technical/api-index): %.html : %.txt XSLT = docbook.xsl XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css -user-manual.html: user-manual.xml +user-manual.html: user-manual.xml $(XSLT) $(QUIET_XSLTPROC)$(RM) $@+ $@ && \ xsltproc $(XSLTOPTS) -o $@+ $(XSLT) $< && \ mv $@+ $@