]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
separate build targets for man and html documentation
authorMichael J Gruber <michaeljgruber+gmane@fastmail.fm>
Wed, 10 Sep 2008 08:19:34 +0000 (10:19 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 10 Sep 2008 22:41:51 +0000 (15:41 -0700)
commit414851a42ecd6f104de517f628cfc09465ea7fa5
treec7c7ddee86b820a922692ecdb6141b21956b4d3a
parent6fe570de05513bc13ac1e00ab3508ca525b41135
separate build targets for man and html documentation

This introduces new build targets "man" and "html" which allow building
the documentation in the respective formats separately. This helps
people with a partial documentation build chain: html pages can be built
without xmlto.

This is documented in INSTALL now, together with corrections: Before,
instructions in INSTALL would build man+html but install man only. Now
the instructions build and install both, and new and pre-existing
targets are explained.

Note that build targets "doc" and "man" correspond to install targets
"install-doc install-html" and "install-doc" respectively. This
inconsistency is not changed, in order to keep everyone's build scripts
from breaking.

Signed-off-by: Michael J Gruber <michaeljgruber+gmane@fastmail.fm>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
INSTALL
Makefile