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 <tlikonen@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Teemu Likonen 2008-06-10 11:34:25 +03:00 committed by Junio C Hamano
parent 66aafad5e4
commit ae081f3ebd
1 changed files with 3 additions and 0 deletions

View File

@ -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