summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2007-02-22 05:36:02 +0100
committerDan McGee <dan@archlinux.org>2007-02-22 05:36:02 +0100
commit3595201f5f3c1274786844c541ef82edba6984f8 (patch)
tree5c3686add5a531460c27379a58d42662b24160c4 /scripts
parent3b95de655b277efe895ac5de01b86c5ab313c030 (diff)
downloadpacman-3595201f5f3c1274786844c541ef82edba6984f8.tar.gz
pacman-3595201f5f3c1274786844c541ef82edba6984f8.tar.xz
* A lot of Makefile.am updates to try to get 'make dist' and 'make distcheck'
to work as expected.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Makefile.am24
1 files changed, 14 insertions, 10 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index a9c623c2..31d44cad 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -1,11 +1,15 @@
AUTOMAKE_OPTIONS = std-options
-bin_SCRIPTS = gensync \
- makepkg \
- makeworld \
- updatesync \
- pacman-optimize \
- rankmirrors \
- abs \
- repo-add \
- repo-remove \
- re-pacman
+
+bin_SCRIPTS = \
+ abs \
+ gensync \
+ makepkg \
+ makeworld \
+ pacman-optimize \
+ rankmirrors \
+ repo-add \
+ repo-remove \
+ re-pacman \
+ updatesync
+
+abs gensync makepkg makeworld pacman-optimize rankmirrors repo-add repo-remove re-pacman updatesync: