summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 22:23:23 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2018-12-24 22:23:23 (EST)
commitc7cc0652a9157b0b059853902a9bd4f242ce9e34 (patch)
tree5d5bc70b110030b04de4b9c23d237ea96dc0d6c6 /Makefile.am
parent66839e94b78cf131dcffedf83a2305fc18833321 (diff)
Makefile.am: Substitute Git version
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5859d2f..e56044e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -63,7 +63,7 @@ man1_MANS = $(man1_sources:.1in=.1)
man3_MANS = $(man3_sources:.3in=.3)
do_subst = sed \
-e 's|@[@]PACKAGE_NAME[@]@|$(PACKAGE_NAME)|g' \
- -e 's|@[@]PACKAGE_VERSION[@]@|$(PACKAGE_VERSION)|g' \
+ -e "s|@[@]PACKAGE_VERSION[@]@|$(PACKAGE_VERSION_GIT)|g" \
-e 's|@[@]PACKAGE_DESCRIPTION[@]@|$(MANUAL)|g'
locale_MESSAGES = $(locale_sources:.sh=.ms)