diff --git a/README.md b/README.md
index 95a2700..9d37d52 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,6 @@
# pysrs
-python-pymilter is now included in EPEL for Redhat and Redhat based distros like CentOS. The EPEL rpm does not include start.sh, which is good, since it isn't really part of pymilter. This pysrs release now uses the standard daemonize package to replace start.sh.
+
+A python library and sendmail/Exim socketmap that rewrites MAIL FROM. Often used with [python milter](http://pythonhosted.org/milter/) to reject forged bounces (that lack a valid SRS signature).
+
+The pysrs rpm now uses the standard daemonize package to replace start.sh on EL6. This is all moot with EL7 and systemd, of course.
+
diff --git a/makefile b/makefile
index c0aad25..4924dec 100644
--- a/makefile
+++ b/makefile
@@ -2,14 +2,11 @@ web:
doxygen
rsync -ravK doc/html/ spidey2.bmsi.com:/Public/pymilter
-VERSION=1.0
-CVSTAG=pysrs-1_0
+VERSION=1.0.1
PKG=pysrs-$(VERSION)
SRCTAR=$(PKG).tar.gz
$(SRCTAR):
- cvs export -r$(CVSTAG) -d $(PKG) pysrs
- tar cvfz $(PKG).tar.gz $(PKG)
- rm -r $(PKG)
+ git archive --format=tar.gz --prefix=$(PKG)/ -o $(SRCTAR) $(PKG)
-cvstar: $(SRCTAR)
+srctar: $(SRCTAR)
diff --git a/pysrs.html b/pysrs.html
index e776254..91ae640 100644
--- a/pysrs.html
+++ b/pysrs.html
@@ -6,10 +6,10 @@
-
-