aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorThomas Ackermann <th.acker@arcor.de>2012-12-21 19:05:28 +0100
committerJunio C Hamano <gitster@pobox.com>2012-12-21 10:35:53 -0800
commit81670e9bfcd8a24410cf16f4362c720f950f61d4 (patch)
tree6c8fc9b247d6c396100492db8ea37388594a7fcf /Documentation/Makefile
parentfef11965da875c105c40f1a9550af1f5e34a6e62 (diff)
downloadgit-81670e9bfcd8a24410cf16f4362c720f950f61d4.tar.gz
Move ./technical/api-command.txt to ./howto/new-command.txt
The contents of this document does not describe any particular API, but is more about the way to add a new command, which belongs to the "How To" section of the documentation suite. Signed-off-by: Thomas Ackermann <th.acker@arcor.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 361550422a..5243222f13 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -21,6 +21,7 @@ ARTICLES += git-tools
ARTICLES += git-bisect-lk2009
# with their own formatting rules.
SP_ARTICLES = user-manual
+SP_ARTICLES += howto/new-command
SP_ARTICLES += howto/revert-branch-rebase
SP_ARTICLES += howto/using-merge-subtree
SP_ARTICLES += howto/using-signed-tag-in-pull-request