From: Mark Levedahl Date: Sat, 5 Jan 2008 22:32:21 +0000 (-0500) Subject: Documentation/Makefile - honor $DESTDIR for quick-install target X-Git-Tag: v1.5.4-rc3~38 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5682694a3c1f272f230301f2b11a834a141d1efe;p=git.git Documentation/Makefile - honor $DESTDIR for quick-install target Signed-off-by: Mark Levedahl Signed-off-by: Junio C Hamano --- 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