diff options
author | Dan McGee <dan@archlinux.org> | 2009-01-16 19:45:02 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-01-16 19:45:02 -0600 |
commit | 3d49d88009341d5cacbbe08fb4f6f6af3ed76ae1 (patch) | |
tree | 968ee9b752f02af850494df1c7197f21a9e2f33d /Makefile.am | |
parent | a9f030e84c96d57fbcbc7e8af5fc897515ef79e7 (diff) | |
parent | e946ee7745a839c0cd9244a3d9b50a3ea15143f9 (diff) | |
download | pacman-3d49d88009341d5cacbbe08fb4f6f6af3ed76ae1.tar.xz |
Merge branch 'am/splitpkg'
* am/splitpkg:
makepkg: implement creation of split packages
makepkg: Optional argument for run_package and create_package
makepkg: hack around tee in run_package function
makepkg: add functions for backup and restore of package fields
makepkg: add optional package function
makepkg: Add PKGBUILD-split.proto
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 |