diff options
author | Dan McGee <dan@archlinux.org> | 2007-02-22 04:36:02 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-22 04:36:02 +0000 |
commit | 3595201f5f3c1274786844c541ef82edba6984f8 (patch) | |
tree | 5c3686add5a531460c27379a58d42662b24160c4 /scripts | |
parent | 3b95de655b277efe895ac5de01b86c5ab313c030 (diff) |
* 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.am | 24 |
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: |