From 2bfde528cd269126e54cd756e4a7c4dda3b6da6e Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Tue, 23 Apr 2002 03:01:26 +0000 Subject: Added the ability to archive messages older than a given absolute date with the new option '--date' and fixed a bug where archivemail would complain about messages older than 1970. --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ffb4452..f7b0a43 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=0.4.1 +VERSION=0.4.2 VERSION_TAG=v$(subst .,_,$(VERSION)) TARFILE=archivemail-$(VERSION).tar.gz @@ -16,6 +16,7 @@ test: clobber: clean rm -rf build dist + sdist: clobber doc cp archivemail.py archivemail fakeroot python setup.py sdist @@ -24,11 +25,11 @@ tag: cvs tag -F current cvs tag $(VERSION_TAG) -doc: archivemail.1 archivemail.html - upload: (cd dist && lftp -c 'open upload.sf.net && cd incoming && put $(TARFILE)') +doc: archivemail.1 archivemail.html + archivemail.1: archivemail.sgml nsgmls archivemail.sgml | sgmlspl docbook2man-spec.pl chmod 644 archivemail.1 -- cgit v1.2.3