diff options
author | Miklos Vajna <vmiklos@frugalware.org> | 2008-01-15 01:35:02 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-14 18:04:51 -0800 |
commit | 471a5ce5dda5c4315fe0f1d5ad3c642fc1ff540c (patch) | |
tree | a0aacee8ef218169f1d526730cc457337a740b51 /Documentation/Makefile | |
parent | 11c57e6a9a0f31f970701a673adaa1826f502fa0 (diff) | |
download | git-471a5ce5dda5c4315fe0f1d5ad3c642fc1ff540c.tar.gz git-471a5ce5dda5c4315fe0f1d5ad3c642fc1ff540c.tar.xz |
Add using merge subtree How-To
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 7b0685b7b..7a325462e 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -23,7 +23,7 @@ ARTICLES += everyday ARTICLES += git-tools ARTICLES += glossary # with their own formatting rules. -SP_ARTICLES = howto/revert-branch-rebase user-manual +SP_ARTICLES = howto/revert-branch-rebase howto/using-merge-subtree user-manual API_DOCS = $(patsubst %.txt,%,$(filter-out technical/api-index-skel.txt technical/api-index.txt, $(wildcard technical/api-*.txt))) SP_ARTICLES += $(API_DOCS) SP_ARTICLES += technical/api-index |