summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b30cc0d)
raw | patch | inline | side by side (parent: b30cc0d)
author | Mark Wooding <mdw@distorted.org.uk> | |
Sun, 5 Mar 2006 09:36:33 +0000 (09:36 +0000) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 5 Mar 2006 10:32:13 +0000 (02:32 -0800) |
In particular, git-tools.txt isn't a manpage, and my Asciidoc gets upset
by it. The simplest fix is to Remove articles from the list of manpages
the Makefile.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
by it. The simplest fix is to Remove articles from the list of manpages
the Makefile.
Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile | patch | blob | history |
diff --git a/Documentation/Makefile b/Documentation/Makefile
index a3bca86cb0aeb23ea67658de039c5ab79d66d898..f4cbf7e159be721bf17625b07c1d7b4f36c60f78 100644 (file)
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
-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))
ARTICLES += repository-layout
ARTICLES += hooks
ARTICLES += everyday
+ARTICLES += git-tools
# with their own formatting rules.
SP_ARTICLES = glossary howto/revert-branch-rebase