diff options
author | bwarsaw <> | 2006-12-29 21:56:04 +0000 |
---|---|---|
committer | bwarsaw <> | 2006-12-29 21:56:04 +0000 |
commit | 881791e4018022c4dd6b0d6ac7449c39c8299666 (patch) | |
tree | cadf816d22196abfe53a423879ff6b2568c09a93 /bin/Makefile.in | |
parent | 3f355a599ac9e8e4836461dfe76fe61332519aea (diff) | |
download | mailman2-881791e4018022c4dd6b0d6ac7449c39c8299666.tar.gz mailman2-881791e4018022c4dd6b0d6ac7449c39c8299666.tar.xz mailman2-881791e4018022c4dd6b0d6ac7449c39c8299666.zip |
Port the Mailman trunk's export.py script to Mailman 2.1. Anyone wanting to
upgrade from Mailman 2.1 to the trunk -- after the merge of the SQLAlchemy
code -- will need this. Note that I don't intend to implement import in
MM2.1.
This script is a little diffferent than what's on the trunk, but functionally
(and schema-wise) equivalent.
Diffstat (limited to 'bin/Makefile.in')
-rw-r--r-- | bin/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/Makefile.in b/bin/Makefile.in index dc4eee83..22c24b04 100644 --- a/bin/Makefile.in +++ b/bin/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2004 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2006 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -49,7 +49,7 @@ SCRIPTS= mmsitepass newlist rmlist add_members \ list_admins genaliases change_pw mailmanctl qrunner inject \ unshunt fix_url.py convert.py transcheck b4b5-archfix \ list_owners msgfmt.py show_qfiles discard rb-archfix \ - reset_pw.py + reset_pw.py export.py BUILDDIR= ../build/bin |