diff options
author | Patrick 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) |
commit | c7cc0652a9157b0b059853902a9bd4f242ce9e34 (patch) | |
tree | 5d5bc70b110030b04de4b9c23d237ea96dc0d6c6 | |
parent | 66839e94b78cf131dcffedf83a2305fc18833321 (diff) |
Makefile.am: Substitute Git version
-rw-r--r-- | Makefile.am | 2 |
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) |