diff options
author | Mark Levedahl <mdl123@verizon.net> | 2008-01-05 17:32:21 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-01-06 18:41:43 -0800 |
commit | 5682694a3c1f272f230301f2b11a834a141d1efe (patch) | |
tree | 77e27bd419b740cd81435da24961563a79dc4f6e /Documentation/Makefile | |
parent | 418fa3a5c9111e675d8fcd3271315c38cdb1f16b (diff) | |
download | git-5682694a3c1f272f230301f2b11a834a141d1efe.tar.gz |
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/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile index c4486d3d47..c641174189 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 |