mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-10 03:25:01 -05:00
f6b0869ee5
- move scripts/repo-add -> scripts/repo-add.in - add -V --version options to scripts/repo-add.in - add autotool commands to generate scripts/repo-add Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
27 lines
590 B
Makefile
27 lines
590 B
Makefile
# 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 \
|
|
updatesync
|
|
|
|
abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync:
|