From ae081f3ebd5f65c453051b2db7b83d2a7c280827 Mon Sep 17 00:00:00 2001 From: Teemu Likonen Date: Tue, 10 Jun 2008 11:34:25 +0300 Subject: [PATCH] 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 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index b003e3e60a..6a31c9feda 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 -- 2.11.4.GIT