aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Rodger <paul@paulrodger.com>2002-04-30 23:55:52 +0000
committerPaul Rodger <paul@paulrodger.com>2002-04-30 23:55:52 +0000
commit7187dd8f6fc3c798958d3fbbaa842edc8276c873 (patch)
tree9948851e600be5dd41495ba95a6b1c92802b1144 /Makefile
parentca6933b50f00440ff90b83074c6d4e9d6d1727e9 (diff)
downloadarchivemail-7187dd8f6fc3c798958d3fbbaa842edc8276c873.tar.gz
archivemail-7187dd8f6fc3c798958d3fbbaa842edc8276c873.tar.bz2
archivemail-7187dd8f6fc3c798958d3fbbaa842edc8276c873.zip
Let's try to get my email address a bit less easy to get by spammers.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c008b53..51ab5bf 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ sdist: clobber doc
rm archivemail
tag:
cvs tag -F current
- cvs tag $(VERSION_TAG)
+ cvs tag -F $(VERSION_TAG)
upload:
(cd dist && lftp -c 'open upload.sf.net && cd incoming && put $(TARFILE)')