index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dave Reisner <dreisner@archlinux.org> | 2011-06-25 16:45:01 -0400 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-30 13:37:58 -0500 |
commit | 6633b8e5c290dbb1b0382f3f960e1f7134247a68 (patch) | |
tree | 3d7021ecc7b2d1d9121bcd8e062deab12ef3b745 /Makefile.am | |
parent | 98a2fc8deba6be37729c26cf68e9927f6466c95e (diff) |
-rw-r--r-- | Makefile.am | 6 |
diff --git a/Makefile.am b/Makefile.am index dddb7512..286e6ae6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,7 +14,11 @@ EXTRA_DIST = HACKING # Sample makepkg prototype files pkgdatadir = ${datadir}/${PACKAGE} -dist_pkgdata_DATA = PKGBUILD.proto PKGBUILD-split.proto proto.install ChangeLog.proto +dist_pkgdata_DATA = \ + proto/PKGBUILD.proto \ + proto/PKGBUILD-split.proto \ + proto/proto.install \ + proto/ChangeLog.proto # run the pactest test suite and vercmp tests check-local: test/pacman test/util src/pacman src/util |