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