diff options
author | Andrew Fyfe <andrew@neptune-one.net> | 2007-04-11 22:30:48 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-05-27 23:16:27 +0200 |
commit | ab53ee1e7c832453392c87c7f07961826ff9f16e (patch) | |
tree | c88e449c797c544b6ea41af77cdb8dfbb4778dff /scripts/Makefile.am | |
parent | a2d018a954e36485036d707fa484ee20e0045186 (diff) | |
download | pacman-ab53ee1e7c832453392c87c7f07961826ff9f16e.tar.gz pacman-ab53ee1e7c832453392c87c7f07961826ff9f16e.tar.xz |
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>
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 0c6a06fb..9d67270a 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -16,7 +16,7 @@ bin_SCRIPTS = \ EXTRA_DIST = abs.in \ gensync.in \ makepkg.in \ - makeworld \ + makeworld.in \ pacman-optimize \ rankmirrors \ repo-add \ |