From: Teemu Likonen Date: Tue, 10 Jun 2008 08:34:25 +0000 (+0300) Subject: Add target "install-html" the the top level Makefile X-Git-Tag: v1.6.0-rc0~242 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ae081f3ebd5f65c453051b2db7b83d2a7c280827;p=git-core%2Fgit.git Add target "install-html" the the top level Makefile This makes it possible to install html documents from the top level directory. Previously such target was only in Documentation/Makefile. Signed-off-by: Teemu Likonen Signed-off-by: Junio C Hamano --- diff --git a/Makefile b/Makefile index b003e3e60..6a31c9fed 100644 --- a/Makefile +++ b/Makefile @@ -1290,6 +1290,9 @@ endif install-doc: $(MAKE) -C Documentation install +install-html: + $(MAKE) -C Documentation install-html + install-info: $(MAKE) -C Documentation install-info