aboutsummaryrefslogtreecommitdiff
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorMark Levedahl <mdl123@verizon.net>2008-01-05 17:32:21 -0500
committerJunio C Hamano <gitster@pobox.com>2008-01-06 18:41:43 -0800
commit5682694a3c1f272f230301f2b11a834a141d1efe (patch)
tree77e27bd419b740cd81435da24961563a79dc4f6e /Documentation/Makefile
parent418fa3a5c9111e675d8fcd3271315c38cdb1f16b (diff)
downloadgit-5682694a3c1f272f230301f2b11a834a141d1efe.tar.gz
git-5682694a3c1f272f230301f2b11a834a141d1efe.tar.xz
Documentation/Makefile - honor $DESTDIR for quick-install target
Signed-off-by: Mark Levedahl <mdl123@verizon.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index c4486d3d4..c64117418 100644
--- 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