aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-17 06:26:31 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-17 06:26:31 +0000
commitee9757de78385963d633ee80551252f466f72d46 (patch)
tree653f556175f36a3d3645112eec50aed2a646a22a /Makefile
parent21193abf5ef9343271939261f6ab6b631f9620d4 (diff)
downloadarchivemail-ee9757de78385963d633ee80551252f466f72d46.tar.gz
archivemail-ee9757de78385963d633ee80551252f466f72d46.tar.bz2
archivemail-ee9757de78385963d633ee80551252f466f72d46.zip
Added an option '--no-compress' if you don't want gzipped archives.
Added an option '--preserve-unread' to always preserved (don't archive) unread messages.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 45a39f3..d0464d4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-VERSION=0.3.2
+VERSION=0.4.0
VERSION_TAG=v$(subst .,_,$(VERSION))
@@ -9,10 +9,13 @@ default:
clean:
rm -f *.pyc manpage.links manpage.refs manpage.log
+test:
+ python test_archivemail.py
+
clobber: clean
rm -rf build dist
-sdist: clobber
+sdist: clobber doc
cp archivemail.py archivemail
fakeroot python setup.py sdist
rm archivemail