blob: ddacb0e6b8b721cb6fb956092e23609a13fc4ab6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# TODO: this would be nice to enable, but we need --help and --version
# flags on all of our scripts first (this is what it checks)
#AUTOMAKE_OPTIONS = std-options
bin_SCRIPTS = \
abs \
gensync \
makepkg \
makeworld \
pacman-optimize \
rankmirrors \
repo-add \
repo-remove \
updatesync
abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync:
|