Skip to content

Commit 0f952b2

Browse files
eworm-degitster
authored andcommitted
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>
1 parent 2efbb7f commit 0f952b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

contrib/subtree/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ $(GIT_SUBTREE): $(GIT_SUBTREE_SH)
5959

6060
doc: $(GIT_SUBTREE_DOC) $(GIT_SUBTREE_HTML)
6161

62+
man: $(GIT_SUBTREE_DOC)
63+
64+
html: $(GIT_SUBTREE_HTML)
65+
6266
install: $(GIT_SUBTREE)
6367
$(INSTALL) -d -m 755 $(DESTDIR)$(gitexecdir)
6468
$(INSTALL) -m 755 $(GIT_SUBTREE) $(DESTDIR)$(gitexecdir)

0 commit comments

Comments
 (0)