commit | 6fe570de05513bc13ac1e00ab3508ca525b41135 | [log] [tgz] |
---|---|---|
author | Michael J Gruber <michaeljgruber+gmane@fastmail.fm> | Tue Sep 09 22:44:17 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Wed Sep 10 15:40:13 2008 -0700 |
tree | a58e7074db8d9fbb4f6dc9d82beced3e0a495e62 | |
parent | 628b06d7d75588bbe37dfb7ecac19d2694884d66 [diff] |
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>