summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-01-23 06:43:59 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-01-23 06:43:59 (GMT)
commitdcc6e28f70574bf3756752f114b5119c5cb43375 (patch)
tree645e6b3e312b5f80e54729eae1ea8da973d92017 /Documentation/Makefile
parent76b927f19f207b3f71b1c675bd75680aaedcb001 (diff)
downloadgit-dcc6e28f70574bf3756752f114b5119c5cb43375.zip
git-dcc6e28f70574bf3756752f114b5119c5cb43375.tar.gz
git-dcc6e28f70574bf3756752f114b5119c5cb43375.tar.bz2
Documentation: finishing touches to the new tutorial.
We forgot to update the primary link from git.html leading to the tutorial, and also forgot to build and install the renamed core-tutorial document. 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 a1ff2c2..a65fb1b 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -4,6 +4,7 @@ MAN7_TXT=git.txt
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))
ARTICLES = tutorial
+ARTICLES += core-tutorial
ARTICLES += cvs-migration
ARTICLES += diffcore
ARTICLES += howto-index