diff options
author | Maxime Gauduin <alucryd@gmail.com> | 2014-01-28 14:49:47 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-02-02 16:11:32 +1000 |
commit | edce7555a6b7410d1a4da6d27d22383989306ccc (patch) | |
tree | 42c0c646d0852a3507de6f512b2e58fbce929b2d /Makefile.am | |
parent | aa4d3298fb6d46bec3d8996ff8c7ec8c9cc50db9 (diff) | |
download | pacman-edce7555a6b7410d1a4da6d27d22383989306ccc.tar.xz |
Add PKGBUILD-vcs.proto
This PKGBUILD proto covers the newly introduced VCS capabilities of
pacman. It serves as a replacement for the current bzr, git, hg and svn
protos found in ABS.
Signed-off-by: Maxime Gauduin <alucryd@gmail.com>
[Allan: add to Makefile.am]
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1f79ba9f..9321d58b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,7 @@ pkgdatadir = ${datadir}/${PACKAGE} dist_pkgdata_DATA = \ proto/PKGBUILD.proto \ proto/PKGBUILD-split.proto \ + proto/PKGBUILD-vcs.proto \ proto/proto.install \ proto/ChangeLog.proto |