subtree: add makefile target for html docs
commit95c62fb9ea35fab9706792e858ce66967501eb00
authorJeff King <peff@peff.net>
Tue, 29 Oct 2013 16:30:37 +0000 (29 12:30 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 30 Oct 2013 17:47:37 +0000 (30 10:47 -0700)
tree06bd290c520a0a8aa9ca9a941c8bd85b095424a7
parent898bbe9664bf99bea6dcd4d03b2480f0f79b404b
subtree: add makefile target for html docs

The Makefile currently builds the roff manpage, but not the
html form. As some people may prefer the latter, let's make
it an option to build that, too. We also wire it into "make
doc" so that it is built by default.

This patch does not build or install it as part of
"install-doc"; that would require extra infrastructure to
handle installing the html as we do in git's regular
Documentation/ tree. That can come later if somebody is
interested.

Tested-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/Makefile