aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTeemu Likonen <tlikonen@iki.fi>2008-06-10 11:34:25 +0300
committerJunio C Hamano <gitster@pobox.com>2008-06-21 00:01:18 -0700
commitae081f3ebd5f65c453051b2db7b83d2a7c280827 (patch)
treec5e1343437c9a6d641c81d3cc52049bd48f6e2b3
parent66aafad5e43815e5f54634e4ef787cd759388880 (diff)
downloadgit-ae081f3ebd5f65c453051b2db7b83d2a7c280827.tar.gz
git-ae081f3ebd5f65c453051b2db7b83d2a7c280827.tar.xz
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>
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b003e3e60..6a31c9fed 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