aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-19 07:12:49 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-19 07:12:49 +0000
commit1bd93b6d0820dd9c32668e2851d33d812db0476f (patch)
treed378b5b3951b6eec3545d0e326a07cea13dcea9f /Makefile
parent0cee3de4e7f815eb549335348d8cd3f263c67c84 (diff)
downloadarchivemail-1bd93b6d0820dd9c32668e2851d33d812db0476f.tar.gz
archivemail-1bd93b6d0820dd9c32668e2851d33d812db0476f.tar.bz2
archivemail-1bd93b6d0820dd9c32668e2851d33d812db0476f.zip
Got ready for release of version 4.1 in a couple of days.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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