summaryrefslogtreecommitdiff
path: root/scripts/Makefile.am
blob: 98621e60e8795854ef6c58c4cccbd0893aeee709 (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 \
             repo-remove \
             updatesync

abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync: