diff options
author | Chantry Xavier <shiningxc@gmail.com> | 2008-02-05 15:42:25 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2008-02-06 01:01:02 +0100 |
commit | 7069b96173aa256d1c2eaed2d21811639e10e566 (patch) | |
tree | 2fc51154e62fd4969e62365aecabe3813697e44a /Makefile.am | |
parent | 69bc5ea5e28086c8eea6808be2be3c84b555863b (diff) | |
download | pacman-7069b96173aa256d1c2eaed2d21811639e10e566.tar.gz pacman-7069b96173aa256d1c2eaed2d21811639e10e566.tar.xz |
Add new ChangeLog.proto file.
Fixes FS#7231.
Signed-off-by: Chantry Xavier <shiningxc@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 6453555e..dc085429 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,7 +9,7 @@ EXTRA_DIST = HACKING # Sample makepkg prototype files pkgdatadir = ${datadir}/${PACKAGE} -dist_pkgdata_DATA = PKGBUILD.proto proto.install +dist_pkgdata_DATA = PKGBUILD.proto proto.install ChangeLog.proto # run the pactest test suite check-local: src/pacman |