blob: 45f0957dc023fc99e703c83750512aa63c4c5f2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# enforce that all scripts have a --help and --version option
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:
|