From 881791e4018022c4dd6b0d6ac7449c39c8299666 Mon Sep 17 00:00:00 2001 From: bwarsaw <> Date: Fri, 29 Dec 2006 21:56:04 +0000 Subject: 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. --- bin/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/Makefile.in') 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 -- cgit v1.2.3