summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorSven van Haastregt <svenvh@gmail.com>2015-01-22 19:32:33 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-01-22 21:44:14 (GMT)
commita4c044484ec22fe2ea9210da703444725ec11f5e (patch)
tree4f618261867c8a98d520b3795a6dbe402628f234 /Documentation
parentfdf96a20acf96a6ac538df8113b2aafd6ed71d50 (diff)
downloadgit-a4c044484ec22fe2ea9210da703444725ec11f5e.zip
git-a4c044484ec22fe2ea9210da703444725ec11f5e.tar.gz
git-a4c044484ec22fe2ea9210da703444725ec11f5e.tar.bz2
Documentation: fix version numbering
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 2f6b6aa..3e39e28 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