aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichael J Gruber <michaeljgruber+gmane@fastmail.fm>2008-09-09 22:44:17 +0200
committerJunio C Hamano <gitster@pobox.com>2008-09-10 15:40:13 -0700
commit6fe570de05513bc13ac1e00ab3508ca525b41135 (patch)
treea58e7074db8d9fbb4f6dc9d82beced3e0a495e62 /Makefile
parent628b06d7d75588bbe37dfb7ecac19d2694884d66 (diff)
downloadgit-6fe570de05513bc13ac1e00ab3508ca525b41135.tar.gz
git-6fe570de05513bc13ac1e00ab3508ca525b41135.tar.xz
allow installation of man and html doc from the man and html branches
This patch introduces a make target "quick-install-html" which installs the html documentation from the branch origin/html, without the need for asciidoc/xmlto. This is analogous to the existing "quick-install-doc" target for the man pages. We advertise these targets in the INSTALL file now. Signed-off-by: Michael J Gruber <michaeljgruber+gmane@fastmail.fm> 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 cf320cd0b..857bc0990 100644
--- a/Makefile
+++ b/Makefile
@@ -1403,6 +1403,9 @@ install-info:
quick-install-doc:
$(MAKE) -C Documentation quick-install
+quick-install-html:
+ $(MAKE) -C Documentation quick-install-html
+
### Maintainer's dist rules