diff options
author | Werner Koch <[email protected]> | 2014-08-19 09:12:26 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2014-08-19 09:12:26 +0000 |
commit | 4fc1c712e986f280057b1bce7ca4696ba6d95dfc (patch) | |
tree | a5f32dc7f3569abe2bbf61765b944d59e6b2850a /Makefile.am | |
parent | gpg: Install the current release signing pubkey. (diff) | |
download | gnupg-4fc1c712e986f280057b1bce7ca4696ba6d95dfc.tar.gz gnupg-4fc1c712e986f280057b1bce7ca4696ba6d95dfc.zip |
build: Create VERSION file via autoconf.
* Makefile.am (dist-hook): Remove creation of VERSION.
(EXTRA_DIST): Add VERSION.
* configure.ac: Let autoconf create VERSION.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2d07ad272..89e20778b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ GITLOG_TO_CHANGELOG=gitlog-to-changelog EXTRA_DIST = build-aux/config.rpath build-aux/potomo autogen.sh autogen.rc ChangeLog-2011 po/ChangeLog-2011 build-aux/ChangeLog-2011 \ - build-aux/gitlog-to-changelog \ + VERSION build-aux/gitlog-to-changelog \ build-aux/git-log-fix build-aux/git-log-footer \ build-aux/speedo.mk README.GIT @@ -93,7 +93,6 @@ dist_doc_DATA = README dist-hook: gen-ChangeLog - echo "$(VERSION)" > $(distdir)/VERSION if HAVE_W32_SYSTEM install-data-hook: |