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>
Christian Hesse committed
Oct 7, 2018 at 09:30 UTC
0f952b265990e76444f09e2d5ff816e9b001082f
1 file changed
+4
contrib/subtree/Makefile
+4
@@ -59,6 +59,10 @@ $(GIT_SUBTREE): $(GIT_SUBTREE_SH)
59
60
doc: $(GIT_SUBTREE_DOC) $(GIT_SUBTREE_HTML)
61
62
+man: $(GIT_SUBTREE_DOC)
63
+
64
+html: $(GIT_SUBTREE_HTML)
65
+
66
install: $(GIT_SUBTREE)
67
$(INSTALL) -d -m 755 $(DESTDIR)$(gitexecdir)
68
$(INSTALL) -m 755 $(GIT_SUBTREE) $(DESTDIR)$(gitexecdir)