* [PATCH] Documentation: fix version numbering
@ 2015-01-22 19:32 Sven van Haastregt
2015-01-22 20:28 ` brian m. carlson
0 siblings, 1 reply; 2+ messages in thread
From: Sven van Haastregt @ 2015-01-22 19:32 UTC (permalink / raw)
To: git; +Cc: sandals, Sven van Haastregt
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>
---
Documentation/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.2.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: fix version numbering
2015-01-22 19:32 [PATCH] Documentation: fix version numbering Sven van Haastregt
@ 2015-01-22 20:28 ` brian m. carlson
0 siblings, 0 replies; 2+ messages in thread
From: brian m. carlson @ 2015-01-22 20:28 UTC (permalink / raw)
To: Sven van Haastregt; +Cc: git
[-- Attachment #1: Type: text/plain, Size: 1144 bytes --]
On Thu, Jan 22, 2015 at 07:32:33PM +0000, Sven van Haastregt wrote:
>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>
>---
> Documentation/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>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)
Yes, this does seem to fix it. My apologies for the bug, and thanks for
noticing.
--
brian m. carlson / brian with sandals: Houston, Texas, US
+1 832 623 2791 | http://www.crustytoothpaste.net/~bmc | My opinion only
OpenPGP: RSA v4 4096b: 88AC E9B2 9196 305B A994 7552 F1BA 225C 0223 B187
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-22 20:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-22 19:32 [PATCH] Documentation: fix version numbering Sven van Haastregt
2015-01-22 20:28 ` brian m. carlson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).