aboutsummaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-01 16:56:13 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-01 16:56:13 -0700
commita1d4aa742416953a3ac9be9154c55e90a4193cd6 (patch)
tree21a7a35b43f053720fae9b275d578098db6c2677 /Documentation/Makefile
parent2d56993347eac4e4f91c0539ff3c5f05fd777495 (diff)
downloadgit-a1d4aa742416953a3ac9be9154c55e90a4193cd6.tar.gz
git-a1d4aa742416953a3ac9be9154c55e90a4193cd6.tar.xz
Add repository-layout document.
... and link to it from both the main index and the tutorial. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index e19c86f19..afdecc1a7 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -3,7 +3,11 @@ MAN7_TXT=git.txt
DOC_HTML=$(patsubst %.txt,%.html,$(MAN1_TXT) $(MAN7_TXT))
-ARTICLES = tutorial cvs-migration diffcore howto-index
+ARTICLES = tutorial
+ARTICLES += cvs-migration
+ARTICLES += diffcore
+ARTICLES += howto-index
+ARTICLES += repository-layout
# with their own formatting rules.
SP_ARTICLES = glossary howto/revert-branch-rebase