From 1bd93b6d0820dd9c32668e2851d33d812db0476f Mon Sep 17 00:00:00 2001 From: Paul Rodger Date: Fri, 19 Apr 2002 07:12:49 +0000 Subject: Got ready for release of version 4.1 in a couple of days. --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d0464d4..8abb8ed 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,7 @@ VERSION=0.4.0 VERSION_TAG=v$(subst .,_,$(VERSION)) +TARFILE=archivemail-$(VERSION).tar.gz default: @@ -25,6 +26,9 @@ tag: doc: archivemail.1 archivemail.html +upload: + (cd dist && lftp -c 'open upload.sf.net && cd incoming && put $(TARFILE)') + archivemail.1: archivemail.sgml nsgmls archivemail.sgml | sgmlspl docbook2man-spec.pl chmod 644 archivemail.1 -- cgit v1.2.3