diff options
author | Werner Koch <wk@gnupg.org> | 2014-08-19 11:12:26 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2014-08-19 11:12:26 +0200 |
commit | 4fc1c712e986f280057b1bce7ca4696ba6d95dfc (patch) | |
tree | a5f32dc7f3569abe2bbf61765b944d59e6b2850a /.gitignore | |
parent | gpg: Install the current release signing pubkey. (diff) | |
download | gnupg2-4fc1c712e986f280057b1bce7ca4696ba6d95dfc.tar.xz gnupg2-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 '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5fc934a2c..5a51f9fd2 100644 --- a/.gitignore +++ b/.gitignore @@ -157,3 +157,4 @@ tools/watchgnupg tools/gpgtar private-keys-v1.d/ x.parm +/VERSION |