From 7187dd8f6fc3c798958d3fbbaa842edc8276c873 Mon Sep 17 00:00:00 2001
From: Paul Rodger <paul@paulrodger.com>
Date: Tue, 30 Apr 2002 23:55:52 +0000
Subject: Let's try to get my email address a bit less easy to get by spammers.

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

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)')
-- 
cgit v1.2.3