Skip to content

Commit a4c0444

Browse files
svenvhgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent fdf96a2 commit a4c0444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ ASCIIDOC_HTML = xhtml11
103103
ASCIIDOC_DOCBOOK = docbook
104104
ASCIIDOC_CONF = -f asciidoc.conf
105105
ASCIIDOC_COMMON = $(ASCIIDOC) $(ASCIIDOC_EXTRA) $(ASCIIDOC_CONF) \
106-
-agit-version=$(GIT_VERSION)
106+
-agit_version=$(GIT_VERSION)
107107
TXT_TO_HTML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_HTML)
108108
TXT_TO_XML = $(ASCIIDOC_COMMON) -b $(ASCIIDOC_DOCBOOK)
109109
MANPAGE_XSL = manpage-normal.xsl

0 commit comments

Comments
 (0)