Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeemu Likonen <tlikonen@iki.fi>2008-06-10 12:34:25 +0400
committerJunio C Hamano <gitster@pobox.com>2008-06-21 11:01:18 +0400
commitae081f3ebd5f65c453051b2db7b83d2a7c280827 (patch)
treec5e1343437c9a6d641c81d3cc52049bd48f6e2b3 /Makefile
parent66aafad5e43815e5f54634e4ef787cd759388880 (diff)
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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