* [PATCH] Documentation/Makefile - honor $DESTDIR for quick-install target
@ 2008-01-05 22:32 Mark Levedahl
0 siblings, 0 replies; only message in thread
From: Mark Levedahl @ 2008-01-05 22:32 UTC (permalink / raw)
To: gitster; +Cc: git, Mark Levedahl
Signed-off-by: Mark Levedahl <mdl123@verizon.net>
---
This is an (at least to me) obvious ommission, all other targets
honor DESTDIR.
Documentation/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Documentation/Makefile b/Documentation/Makefile
index c4486d3..c641174 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
--
1.5.4.rc2.50.gcfa92
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-01-05 22:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-01-05 22:32 [PATCH] Documentation/Makefile - honor $DESTDIR for quick-install target Mark Levedahl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).