diff options
author | Paul Rodger <paul@paulrodger.com> | 2002-04-17 06:26:31 +0000 |
---|---|---|
committer | Paul Rodger <paul@paulrodger.com> | 2002-04-17 06:26:31 +0000 |
commit | ee9757de78385963d633ee80551252f466f72d46 (patch) | |
tree | 653f556175f36a3d3645112eec50aed2a646a22a /Makefile | |
parent | 21193abf5ef9343271939261f6ab6b631f9620d4 (diff) | |
download | archivemail-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-- | Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -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 |