diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-17 14:52:24 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-18 15:17:27 -0800 |
commit | 11b17afc933446c3afdbed72afaa440348f2b0ff (patch) | |
tree | 50d329a37780eac69f0b8696cf503d6a3ffdd592 /Documentation/Makefile | |
parent | b63103e908af54e5e2eaa3faad350e4738ef0047 (diff) | |
download | git-11b17afc933446c3afdbed72afaa440348f2b0ff.tar.gz |
pulling signed tag: add howto documentjc/pull-signed-tag-doc
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r-- | Documentation/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index 116f17587e..d40e211f22 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -20,7 +20,10 @@ ARTICLES += everyday ARTICLES += git-tools ARTICLES += git-bisect-lk2009 # with their own formatting rules. -SP_ARTICLES = howto/revert-branch-rebase howto/using-merge-subtree user-manual +SP_ARTICLES = user-manual +SP_ARTICLES += howto/revert-branch-rebase +SP_ARTICLES += howto/using-merge-subtree +SP_ARTICLES += howto/using-signed-tag-in-pull-request 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 |