Browse Source

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>
maint
Mark Levedahl 17 years ago committed by Junio C Hamano
parent
commit
5682694a3c
  1. 2
      Documentation/Makefile

2
Documentation/Makefile

@ -224,6 +224,6 @@ install-webdoc : html @@ -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

Loading…
Cancel
Save