1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-08 05:06:07 +02:00

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>
This commit is contained in:
Teemu Likonen 2008-06-10 11:34:25 +03:00 committed by Junio C Hamano
parent 66aafad5e4
commit ae081f3ebd

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