зеркало из https://github.com/microsoft/git.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 <tlikonen@iki.fi> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Родитель
66aafad5e4
Коммит
ae081f3ebd
3
Makefile
3
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
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче