summaryrefslogtreecommitdiffstats
path: root/scripts/Makefile.am
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2008-01-06 17:30:23 +0100
committerDan McGee <dan@archlinux.org>2008-01-06 17:42:35 +0100
commit6f86f46c965d2268c533d9cedf873b922a598bb1 (patch)
tree2d4635dc58e3be0a23abbe169b199b09638bdf5f /scripts/Makefile.am
parent00c57ddae718e0794b2673378b070423a830ace3 (diff)
downloadpacman-6f86f46c965d2268c533d9cedf873b922a598bb1.tar.gz
pacman-6f86f46c965d2268c533d9cedf873b922a598bb1.tar.xz
Remove makeworld from pacman package
This is an Arch-specific tool (although others could find use in it), so off to the standalone ABS package it goes. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r--scripts/Makefile.am3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am
index 2d682efe..24b9c12d 100644
--- a/scripts/Makefile.am
+++ b/scripts/Makefile.am
@@ -4,7 +4,6 @@ AUTOMAKE_OPTIONS = std-options
bin_SCRIPTS = \
gensync \
makepkg \
- makeworld \
pacman-optimize \
rankmirrors \
repo-add \
@@ -14,7 +13,6 @@ bin_SCRIPTS = \
EXTRA_DIST = \
gensync.sh.in \
makepkg.sh.in \
- makeworld.sh.in \
pacman-optimize.sh.in \
rankmirrors.py.in \
repo-add.sh.in \
@@ -52,7 +50,6 @@ $(bin_SCRIPTS): Makefile
gensync: $(srcdir)/gensync.sh.in
makepkg: $(srcdir)/makepkg.sh.in
-makeworld: $(srcdir)/makeworld.sh.in
pacman-optimize: $(srcdir)/pacman-optimize.sh.in
rankmirrors: $(srcdir)/rankmirrors.py.in
repo-add: $(srcdir)/repo-add.sh.in