diff options
author | Allan McRae <allan@archlinux.org> | 2009-01-16 22:16:18 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2009-01-16 22:16:18 +1000 |
commit | 219cb2eaacf1ff35bd04cd64d0f8b616a732e185 (patch) | |
tree | 3a1902175f0cc069d9a937aa8c03b1dedbcb33fa /Makefile.am | |
parent | 7a3a718c7af493049cf7f9b7c65032f59cc8a71d (diff) | |
download | pacman-219cb2eaacf1ff35bd04cd64d0f8b616a732e185.tar.xz |
makepkg: Add PKGBUILD-split.proto
Prototype PKGBUILD for package splitting in makepkg
Signed-off-by: Allan McRae <allan@archlinux.org>
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 ed9a34d3..2f5e7a7b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ EXTRA_DIST = HACKING # Sample makepkg prototype files pkgdatadir = ${datadir}/${PACKAGE} -dist_pkgdata_DATA = PKGBUILD.proto proto.install ChangeLog.proto +dist_pkgdata_DATA = PKGBUILD.proto PKGBUILD-split.proto proto.install ChangeLog.proto # run the pactest test suite and vercmp tests check-local: pactest src/pacman src/util |