git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
2efbb7f
)
subtree: add build targets 'man' and 'html'
author
Christian Hesse
<redacted>
Sun, 7 Oct 2018 07:30:36 +0000
(09:30 +0200)
committer
Junio C Hamano
<redacted>
Wed, 10 Oct 2018 02:21:47 +0000
(11:21 +0900)
We have targets 'install-man' and 'install-html', let's add build
targets as well.
Signed-off-by: Christian Hesse <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/subtree/Makefile
patch
|
blob
|
history
diff --git
a/contrib/subtree/Makefile
b/contrib/subtree/Makefile
index 5c6cc4ab2c270acda160df7a5997266d0076d504..6906aae44147810ec2cf7560eb2cae3ef56bb454 100644
(file)
--- 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)
git clone https://git.99rst.org/PROJECT