Skip to content

Commit ab9432d

Browse files
committed
Merge branch 'sh/asciidoc-git-version-fix'
* sh/asciidoc-git-version-fix: Documentation: fix version numbering
2 parents ee443cf + a4c0444 commit ab9432d

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)