1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-08-13 17:03:46 -04:00
pacman/scripts/Makefile.am
Andrew Fyfe ab53ee1e7c autotool scripts/makeworld
- move scripts/makeworld to scripts/makeworld.in
	- add -V --version options to scripts/makeworld.in
	- add autotool commands to generate scripts/makeworld

Signed-off-by: Andrew Fyfe <andrew@neptune-one.net>
2007-05-27 17:16:27 -04:00

27 lines
584 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 \
rankmirrors \
repo-add \
repo-remove \
updatesync
abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync: