blob: 8b30022c089c4d62c8f230ac1b011a9740b8b609 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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
EXTRA_DIST = abs.in \
gensync.in \
makepkg.in \
makeworld.in \
pacman-optimize.in \
rankmirrors \
repo-add.in \
repo-remove.in \
updatesync.in
abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync:
|