projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
418fa3a
)
Documentation/Makefile - honor $DESTDIR for quick-install target
author
Mark Levedahl
<mdl123@verizon.net>
Sat, 5 Jan 2008 22:32:21 +0000
(17:32 -0500)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 7 Jan 2008 02:41:43 +0000
(18:41 -0800)
Signed-off-by: Mark Levedahl <mdl123@verizon.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile
patch
|
blob
|
history
diff --git
a/Documentation/Makefile
b/Documentation/Makefile
index c4486d3d470d13d6a16f8a26052aeb9a40bf7a78..c6411741890e40dd37373e81b2b7103fd3cd22b2 100644
(file)
--- a/
Documentation/Makefile
+++ b/
Documentation/Makefile
@@
-224,6
+224,6
@@
install-webdoc : html
sh ./install-webdoc.sh $(WEBDOC_DEST)
quick-install:
- sh ./install-doc-quick.sh $(DOC_REF) $(mandir)
+ sh ./install-doc-quick.sh $(DOC_REF) $(
DESTDIR)$(
mandir)
.PHONY: .FORCE-GIT-VERSION-FILE