aboutsummaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2006-05-21 19:49:34 -0400
committerJunio C Hamano <junkio@cox.net>2006-05-21 17:15:43 -0700
commite31952da5c52a4c1e028de634204c6bc2504771f (patch)
tree0d81629bdd7274298028e0cffb989ca43cb6bf7e /Documentation/Makefile
parentf1fe3846e4236a05879d7f84b11ae8ea64dd8d0d (diff)
downloadgit-e31952da5c52a4c1e028de634204c6bc2504771f.tar.gz
git-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 c1af22ce0..2a08f592d 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