Skip to content

Commit

Permalink
Merge branch 'sh/asciidoc-git-version-fix'
Browse files Browse the repository at this point in the history
* sh/asciidoc-git-version-fix:
  Documentation: fix version numbering
  • Loading branch information
Junio C Hamano committed Jan 22, 2015
2 parents ee443cf + a4c0444 commit ab9432d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ab9432d

Please sign in to comment.