diff options
author | Dan McGee <dan@archlinux.org> | 2007-12-19 23:40:25 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-12-19 23:40:25 -0600 |
commit | 25072219b5c3d3824325b2b4439424a7ca89ba16 (patch) | |
tree | 0cde18c51cfdcd8b613aee27ad8a80560995578e /contrib | |
parent | 6058a225b6753bd68d5d115ec444fc12effe4264 (diff) | |
download | pacman-25072219b5c3d3824325b2b4439424a7ca89ba16.tar.xz |
Fixes to allow make distcheck to work again
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/Makefile.am | 2 | ||||
-rw-r--r-- | contrib/README | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am index 73d2130a..2e088691 100644 --- a/contrib/Makefile.am +++ b/contrib/Makefile.am @@ -2,9 +2,9 @@ EXTRA_DIST = \ PKGBUILD.proto \ PKGBUILD.vim \ bash_completion \ - install.proto \ pacdiff \ pacsearch \ + proto.install \ re-pacman \ vimproject \ wget-xdelta.sh \ diff --git a/contrib/README b/contrib/README index 95186aba..d8427037 100644 --- a/contrib/README +++ b/contrib/README @@ -1,7 +1,7 @@ Here is a brief description of the files included in this directory: -{PKGBUILD,install}.proto - prototype PKGBUILD and install files for creating -packages using makepkg. +PKGBUILD.proto, proto.install - prototype PKGBUILD and install files for +creating packages using makepkg. PKGBUILD.vim - a vim/gvim syntax file for PKGBUILDs. Colors known variable names, highlights common errors such as invalid characters in pkgname or |