aboutsummaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-11-30 14:43:51 -0800
committerJunio C Hamano <gitster@pobox.com>2009-11-30 14:43:51 -0800
commit261fbda903762b9c47e4138312673ea25555d9e5 (patch)
tree276e53f96525ebe9b71170cc6ed6528c5da57a31 /Documentation/Makefile
parentc142465c07b7857ebb4816fe95c3d212aa825bcc (diff)
parent69a9cd31b18008cbacfb35406a1bfa17fc1f352a (diff)
downloadgit-261fbda903762b9c47e4138312673ea25555d9e5.tar.xz
Merge branch 'cc/bisect-doc'
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index cd5b4396db..3f599524ea 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -17,6 +17,7 @@ DOC_HTML=$(MAN_HTML)
ARTICLES = howto-index
ARTICLES += everyday
ARTICLES += git-tools
+ARTICLES += git-bisect-lk2009
# with their own formatting rules.
SP_ARTICLES = howto/revert-branch-rebase howto/using-merge-subtree user-manual
API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt)))