contrib/subtree/Makefile: clean up rules to generate documentation
commitc7abbb986387470512080b162574c99cd7991aa7
authorJames Denholm <nod.helm@gmail.com>
Tue, 6 May 2014 12:41:48 +0000 (6 22:41 +1000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 6 May 2014 22:35:52 +0000 (6 15:35 -0700)
treeb6b519dd62e0d3e679a2d78d8091978287b7679b
parent2c45009b734beed92414fd7249faa0b009432a1b
contrib/subtree/Makefile: clean up rules to generate documentation

git:Documentation/Makefile establishes asciidoc/xmlto calls as being
handled through their appropriate variables, Hence, change to bring into
congruency with.

Similarly, MANPAGE_XSL exists in git:Documentation/Makefile, while
MANPAGE_NORMAL_XSL does not outside contrib/subtree. Hence, replace
MANPAGE_NORMAL_XSL with MANPAGE_XSL.

Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: James Denholm <nod.helm@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/Makefile