X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2FMakefile;h=bb21d6af44e6aa591c2adb33e0447853ac1c65c5;hb=ab1630a3ed31d6ec5ae83769c78ed542fe3c4a28;hp=01fad8ea5d0867fa32b03a0e9b77383201b6a41b;hpb=b163512d4eb36ee946908b682c7863658c5a8db4;p=git.git diff --git a/Documentation/Makefile b/Documentation/Makefile index 01fad8ea..bb21d6af 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -53,19 +53,22 @@ install: man $(patsubst %.txt,%.1,$(wildcard git-diff-*.txt)): \ diff-format.txt diff-options.txt $(patsubst %,%.1,git-fetch git-pull git-push): pull-fetch-param.txt +$(patsubst %.txt,%.html,$(wildcard git-diff-*.txt)): \ + diff-format.txt diff-options.txt +$(patsubst %,%.html,git-fetch git-pull git-push): pull-fetch-param.txt git.7: ../README clean: rm -f *.xml *.html *.1 *.7 howto-index.txt howto/*.html %.html : %.txt - asciidoc -b xhtml11 -d manpage $< + asciidoc -b xhtml11 -d manpage -f asciidoc.conf $< %.1 %.7 : %.xml xmlto man $< %.xml : %.txt - asciidoc -b docbook -d manpage $< + asciidoc -b docbook -d manpage -f asciidoc.conf $< git.html: git.txt ../README