aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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