Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'ch/subtree-build'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 30 Oct 2018 06:43:39 +0000
(15:43 +0900)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 30 Oct 2018 06:43:40 +0000
(15:43 +0900)
Build update for "git subtree" (in contrib/) documentation pages.
* ch/subtree-build:
Revert "subtree: make install targets depend on build targets"
subtree: make install targets depend on build targets
subtree: add build targets 'man' and 'html'
contrib/subtree/Makefile
patch
|
blob
|
history
raw
(from parent 1:
77d5037
)
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)