diff options
author | Junio C Hamano <junkio@cox.net> | 2006-01-22 22:43:59 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-22 22:43:59 -0800 |
commit | dcc6e28f70574bf3756752f114b5119c5cb43375 (patch) | |
tree | 645e6b3e312b5f80e54729eae1ea8da973d92017 /Documentation/Makefile | |
parent | 76b927f19f207b3f71b1c675bd75680aaedcb001 (diff) | |
download | git-dcc6e28f70574bf3756752f114b5119c5cb43375.tar.gz |
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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index a1ff2c2170..a65fb1b66b 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 |