summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTeemu Likonen <tlikonen@iki.fi>2008-06-10 08:34:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-06-21 07:01:18 (GMT)
commitae081f3ebd5f65c453051b2db7b83d2a7c280827 (patch)
treec5e1343437c9a6d641c81d3cc52049bd48f6e2b3 /Makefile
parent66aafad5e43815e5f54634e4ef787cd759388880 (diff)
downloadgit-ae081f3ebd5f65c453051b2db7b83d2a7c280827.zip
git-ae081f3ebd5f65c453051b2db7b83d2a7c280827.tar.gz
git-ae081f3ebd5f65c453051b2db7b83d2a7c280827.tar.bz2
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 b003e3e..6a31c9f 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