X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2FMakefile;h=a1ff2c2170b5d552e948d49fc62559ae65a70b44;hb=9470657ad0d0472e3e3c2e352334f60e7bd777c1;hp=f45a06246920cf6bcd5c90bd358461171ed2bd5a;hpb=a5ae8e64cfa09cea57cce832c8371818711d94c2;p=git.git diff --git a/Documentation/Makefile b/Documentation/Makefile index f45a0624..a1ff2c21 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -9,6 +9,7 @@ ARTICLES += diffcore ARTICLES += howto-index ARTICLES += repository-layout ARTICLES += hooks +ARTICLES += everyday # with their own formatting rules. SP_ARTICLES = glossary howto/revert-branch-rebase @@ -53,8 +54,7 @@ install: man # # Determine "include::" file references in asciidoc files. # -TEXTFILES = $(wildcard git-*.txt) -doc.dep : $(TEXTFILES) build-docdep.perl +doc.dep : $(wildcard *.txt) build-docdep.perl rm -f $@+ $@ perl ./build-docdep.perl >$@+ mv $@+ $@