mirror of
https://github.com/moparisthebest/pacman
synced 2024-11-04 08:35:07 -05:00
01bb564e70
* Makefile.am updates for Aaron's move of re-pacman to contrib.
19 lines
433 B
Makefile
19 lines
433 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 = $(bin_SCRIPTS)
|
|
|
|
abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync:
|