summaryrefslogtreecommitdiff
path: root/contrib/subtree/Makefile
diff options
context:
space:
mode:
authorLibravatar Christian Hesse <mail@eworm.de>2018-10-07 09:30:36 +0200
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-10-10 11:21:47 +0900
commit0f952b265990e76444f09e2d5ff816e9b001082f (patch)
tree337f97a1fd27f77d0d907a006d9066ee3d513b01 /contrib/subtree/Makefile
parentDeclare that the next one will be named 2.20 (diff)
downloadtgif-0f952b265990e76444f09e2d5ff816e9b001082f.tar.xz
subtree: add build targets 'man' and 'html'
We have targets 'install-man' and 'install-html', let's add build targets as well. Signed-off-by: Christian Hesse <mail@eworm.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/subtree/Makefile')
-rw-r--r--contrib/subtree/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/subtree/Makefile b/contrib/subtree/Makefile
index 5c6cc4ab2c..6906aae441 100644
--- a/contrib/subtree/Makefile
+++ b/contrib/subtree/Makefile
@@ -59,6 +59,10 @@ $(GIT_SUBTREE): $(GIT_SUBTREE_SH)
doc: $(GIT_SUBTREE_DOC) $(GIT_SUBTREE_HTML)
+man: $(GIT_SUBTREE_DOC)
+
+html: $(GIT_SUBTREE_HTML)
+
install: $(GIT_SUBTREE)
$(INSTALL) -d -m 755 $(DESTDIR)$(gitexecdir)
$(INSTALL) -m 755 $(GIT_SUBTREE) $(DESTDIR)$(gitexecdir)