aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rw-r--r--Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/.cvsignore b/.cvsignore
index 7a2ea24..35de370 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -19,5 +19,5 @@ intl
m4
ABOUT-NLS
ChangeLog
-release-notes
+release-notes-*
out.html
diff --git a/Makefile.am b/Makefile.am
index 16a426d..7987217 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,4 +20,4 @@ NOTES = release-notes
release: distcheck
cvs diff && \
cvs tag rel-`echo $(VERSION) | sed -e 's/\./-/g'` && \
- woger $(PACKAGE) $(VERSION) release-notes.$(VERSION)
+ woger $(PACKAGE) $(VERSION) release-notes-$(VERSION)