aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5076dd7..16a426d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -18,6 +18,6 @@ dist-local:
NOTES = release-notes
release: distcheck
- cvs diff && \ # Stop if there are outstanding changes
+ cvs diff && \
cvs tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \
woger $(PACKAGE) $(VERSION) release-notes.$(VERSION)