X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Documentation%2FMakefile;h=f4cbf7e159be721bf17625b07c1d7b4f36c60f78;hb=4a5d6939509f9aeef600ea17643caef4c898b12f;hp=a3bca86cb0aeb23ea67658de039c5ab79d66d898;hpb=b30cc0daaf8e5c179356e0d9ec9e081464956c7e;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