projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66aafad
)
Add target "install-html" the the top level Makefile
author
Teemu Likonen
<tlikonen@iki.fi>
Tue, 10 Jun 2008 08:34:25 +0000
(11:34 +0300)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 21 Jun 2008 07:01:18 +0000
(
00:01
-0700)
This makes it possible to install html documents from the top level
directory. Previously such target was only in Documentation/Makefile.
Signed-off-by: Teemu Likonen <tlikonen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index b003e3e60a1aecae27497d941d211849bedec02b..6a31c9fedada5d9ea331f119044b3c2383671e60 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1290,6
+1290,9
@@
endif
install-doc:
$(MAKE) -C Documentation install
+install-html:
+ $(MAKE) -C Documentation install-html
+
install-info:
$(MAKE) -C Documentation install-info