index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | contrib/Makefile.am | 2 | ||||
-rw-r--r-- | contrib/README | 4 |
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 |