diff options
author | John Wiegley <johnw@newartisans.com> | 2008-07-23 15:54:44 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-07-23 15:54:44 -0400 |
commit | 0c070cde61cb21e53638f3c9c9740baab7a12667 (patch) | |
tree | 40a795007980207c560560fbfb1f0d2e52c9c4a7 | |
parent | b1370b654da241ca7674b366e8007d1d6915094e (diff) | |
download | fork-ledger-0c070cde61cb21e53638f3c9c9740baab7a12667.tar.gz fork-ledger-0c070cde61cb21e53638f3c9c9740baab7a12667.tar.bz2 fork-ledger-0c070cde61cb21e53638f3c9c9740baab7a12667.zip |
acprep: I don't keep ChangeLog files under version control anymore, but
automake requires it, so when preparing the sources for building the ChangeLog
is touch'd just as we were doing for AUTHORS and COPYING.
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | acprep | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -12,6 +12,7 @@ /.libs /AUTHORS /COPYING +/ChangeLog /Makefile /Makefile.in /TAGS @@ -3,7 +3,7 @@ export AUTOCONF_VERSION=2.61 export AUTOMAKE_VERSION=1.9 -touch AUTHORS COPYING +touch AUTHORS COPYING ChangeLog cmd=$(which glibtoolize 2>&1) if [ -x "$cmd" ]; then |