X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2FMakefile;h=f4cbf7e159be721bf17625b07c1d7b4f36c60f78;hb=22c31bf183bff576c7807f9d67abfc11ee8e1fa4;hp=a3bca86cb0aeb23ea67658de039c5ab79d66d898;hpb=941c9449999192e2d338ee204f4153e30ae43829;p=git.git diff --git a/Documentation/Makefile b/Documentation/Makefile index a3bca86c..f4cbf7e1 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,4 +1,7 @@ -MAN1_TXT=$(wildcard git-*.txt) gitk.txt +MAN1_TXT= \ + $(filter-out $(addsuffix .txt, $(ARTICLES) $(SP_ARTICLES)), \ + $(wildcard git-*.txt)) \ + gitk.txt MAN7_TXT=git.txt DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT)) @@ -11,6 +14,7 @@ ARTICLES += howto-index ARTICLES += repository-layout ARTICLES += hooks ARTICLES += everyday +ARTICLES += git-tools # with their own formatting rules. SP_ARTICLES = glossary howto/revert-branch-rebase