Documentation/Makefile: break up texi pipeline
commitc6a5ad21e57ce38a0add04a2708ccf02ed17af39
authorChris Johnsen <chris_johnsen@pobox.com>
Fri, 27 Mar 2009 06:49:39 +0000 (27 01:49 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Mar 2009 07:29:39 +0000 (27 00:29 -0700)
tree48ef3ca27368824f553c50dee70349f6e29743ad
parentbb2300976ba1491a54dc2b82819fae68d59d6e53
Documentation/Makefile: break up texi pipeline

Most shells define the exit value of a pipeline as the exit value
of the last process. For each texi rule, run the DOCBOOK2X_TEXI
tool and the "fixup" script in their own non-pipeline commands so
that make will notice an error exit code.

Signed-off-by: Chris Johnsen <chris_johnsen@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/Makefile