diff options
author | bwarsaw <> | 2003-04-22 03:36:17 +0000 |
---|---|---|
committer | bwarsaw <> | 2003-04-22 03:36:17 +0000 |
commit | 6c666927c0a9e4f68afa86d6ad298f54f4f80c88 (patch) | |
tree | 2c1a18eaba69bebe3309245286b2fa9fbb43ac6b /bin | |
parent | 5469fd6e01b8e059aac762825d38aedd47f64fd4 (diff) | |
download | mailman2-6c666927c0a9e4f68afa86d6ad298f54f4f80c88.tar.gz mailman2-6c666927c0a9e4f68afa86d6ad298f54f4f80c88.tar.xz mailman2-6c666927c0a9e4f68afa86d6ad298f54f4f80c88.zip |
Backporting once again from the trunk.
I18ners please double check (except Tokio). It's always so painful to
resolve conflicts here, I hope I got them right.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index 2c93f9a3..bcbcb40c 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -48,7 +48,7 @@ SCRIPTS= mmsitepass newlist rmlist add_members \ version config_list list_lists dumpdb cleanarch \ list_admins genaliases change_pw mailmanctl qrunner inject \ unshunt fix_url.py convert.py transcheck b4b5-archfix \ - list_owners + list_owners msgfmt.py BUILDDIR= ../build/bin |