summaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-01-17 22:52:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-01-18 23:17:27 (GMT)
commit11b17afc933446c3afdbed72afaa440348f2b0ff (patch)
tree50d329a37780eac69f0b8696cf503d6a3ffdd592 /Documentation/Makefile
parentb63103e908af54e5e2eaa3faad350e4738ef0047 (diff)
downloadgit-11b17afc933446c3afdbed72afaa440348f2b0ff.zip
git-11b17afc933446c3afdbed72afaa440348f2b0ff.tar.gz
git-11b17afc933446c3afdbed72afaa440348f2b0ff.tar.bz2
pulling signed tag: add howto document
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 116f175..d40e211 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