From 5682694a3c1f272f230301f2b11a834a141d1efe Mon Sep 17 00:00:00 2001 From: Mark Levedahl Date: Sat, 5 Jan 2008 17:32:21 -0500 Subject: [PATCH] Documentation/Makefile - honor $DESTDIR for quick-install target Signed-off-by: Mark Levedahl Signed-off-by: Junio C Hamano --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.4.GIT