summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorLibravatar J. Bruce Fields <bfields@citi.umich.edu>2006-05-21 19:49:34 -0400
committerLibravatar Junio C Hamano <junkio@cox.net>2006-05-21 17:15:43 -0700
commite31952da5c52a4c1e028de634204c6bc2504771f (patch)
tree0d81629bdd7274298028e0cffb989ca43cb6bf7e /Documentation/Makefile
parenttutorial: expanded discussion of commit history (diff)
downloadtgif-e31952da5c52a4c1e028de634204c6bc2504771f.tar.xz
tutorial: add discussion of index file, object database
Add a sequel to tutorial.txt which discusses the index file and the object database. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu> Signed-off-by: Junio C Hamano <junkio@cox.net>
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 c1af22ce04..2a08f592d9 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -7,6 +7,7 @@ MAN7_TXT=git.txt
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))
ARTICLES = tutorial
+ARTICLES += tutorial-2
ARTICLES += core-tutorial
ARTICLES += cvs-migration
ARTICLES += diffcore