diff options
author | P. J. McDermott <pj@pehjota.net> | 2017-07-22 15:03:35 (EDT) |
---|---|---|
committer | P. J. McDermott <pj@pehjota.net> | 2017-07-22 15:03:35 (EDT) |
commit | bcc92ddaa08b20167ee22c1480998594c1521896 (patch) | |
tree | 3566fb542693e2beeefd30f12dff92dc617012dd | |
parent | cc07376c0afefc76c94e3c9ba3a86f212fdf2f0a (diff) |
Makefile.am: Use PACKAGE_VERSION_GIT in do_subst
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index abf66a4..864052e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,7 +63,7 @@ EXTRA_DIST = \ 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|[@]MANUAL[@]|$(MANUAL)|g' all-local: $(locale_MESSAGES) |