diff options
author | Jim Meyering <meyering@redhat.com> | 2008-02-07 23:30:07 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-02-07 23:31:17 +0100 |
commit | 16c005fe6ad5e41b58911c2aef0831a60f197c06 (patch) | |
tree | 1c7255871cb28d2fe64b5181938440e657afa618 /.gitignore | |
parent | 5ae0543737b6a4c7dd84c01dddaa9b244fe62107 (diff) | |
download | coreutils-16c005fe6ad5e41b58911c2aef0831a60f197c06.tar.xz |
We *do* need two different version files.
One for tarball-only, the other to be updated any time we
get a new value of $(VERSION).
* Makefile.am (dist-hook): Create .tarball-version in dist tarball.
* GNUmakefile (_curr-ver): Make git-version-gen use it.
* .gitignore: Ignore it.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5983d4c3b..a3d4190b7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ */.deps *~ .gdb-history +.tarball-version ABOUT-NLS INSTALL Makefile |