X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2FMakefile;h=a3bca86cb0aeb23ea67658de039c5ab79d66d898;hb=8fa40aa915964f0df281106221b10fbe664b4fa9;hp=a65fb1b66b8a313bec82ab361a156ed3842f570b;hpb=dcc6e28f70574bf3756752f114b5119c5cb43375;p=git.git diff --git a/Documentation/Makefile b/Documentation/Makefile index a65fb1b6..a3bca86c 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -62,11 +62,14 @@ doc.dep : $(wildcard *.txt) build-docdep.perl -include doc.dep -git.7: ../README +git.7: README + +README: ../README + cp $< $@ clean: - rm -f *.xml *.html *.1 *.7 howto-index.txt howto/*.html doc.dep + rm -f *.xml *.html *.1 *.7 howto-index.txt howto/*.html doc.dep README %.html : %.txt asciidoc -b xhtml11 -d manpage -f asciidoc.conf $< @@ -77,7 +80,7 @@ clean: %.xml : %.txt asciidoc -b docbook -d manpage -f asciidoc.conf $< -git.html: git.txt ../README +git.html: git.txt README glossary.html : glossary.txt sort_glossary.pl cat $< | \