author | Jeff King <peff@peff.net> | |
Fri, 1 Jun 2007 09:10:30 +0000 (05:10 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 2 Jun 2007 18:28:13 +0000 (11:28 -0700) | ||
commit | 4159c5781303bb24d82be69b6a5de92d51d8d4f0 | |
tree | d707e3ef7a8683b5f00bfc8a1d8b00b366992c54 | tree | snapshot |
parent | 8e29f903eb366b2d2e846dc35ec4510d2cb263ad | commit | diff |
Documentation: robustify asciidoc GIT_VERSION replacement
Instead of using sed on the resulting file, we now have a
git_version asciidoc attribute. This means that we don't
pipe the output of asciidoc, which means we can detect build
failures.
Problem reported by Scott Lamb, solution suggested by Jonas Fonseca.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Instead of using sed on the resulting file, we now have a
git_version asciidoc attribute. This means that we don't
pipe the output of asciidoc, which means we can detect build
failures.
Problem reported by Scott Lamb, solution suggested by Jonas Fonseca.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/Makefile | diff | blob | history | |
Documentation/asciidoc.conf | diff | blob | history |