summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven van Haastregt <svenvh@gmail.com>2015-01-22 19:32:33 +0000
committerJunio C Hamano <gitster@pobox.com>2015-01-22 13:44:14 -0800
commita4c044484ec22fe2ea9210da703444725ec11f5e (patch)
tree4f618261867c8a98d520b3795a6dbe402628f234
parentfdf96a20acf96a6ac538df8113b2aafd6ed71d50 (diff)
downloadgit-a4c044484ec22fe2ea9210da703444725ec11f5e.tar.gz
Documentation: fix version numberingsh/asciidoc-git-version-fix
Version numbers in asciidoc-generated content (such as man pages) went missing as of da8a366 (Documentation: refactor common operations into variables). Fix by putting the underscore back in the variable name. Signed-off-by: Sven van Haastregt <svenvh@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 2f6b6aabd7..3e39e2815b 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -103,7 +103,7 @@ ASCIIDOC_HTML = xhtml11
ASCIIDOC_DOCBOOK = docbook
ASCIIDOC_CONF = -f asciidoc.conf
ASCIIDOC_COMMON = $(ASCIIDOC) $(ASCIIDOC_EXTRA) $(ASCIIDOC_CONF) \
- -agit-version=$(GIT_VERSION)
+ -agit_version=$(GIT_VERSION)
TXT_TO_HTML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_HTML)
TXT_TO_XML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_DOCBOOK)
MANPAGE_XSL = manpage-normal.xsl