aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c44e80b..dbe3e41 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,10 @@ dis:
rm -rf $(NAME)-$(VERSION)
changelog:
- cvs2cl
- cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`"
+#cvs2cl is available in our contrib.
+ cvs2cl -U .username -I ChangeLog -I $(NAME).spec
+ rm -f ChangeLog.bak
+ cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog
rpm: ../$(NAME)-$(VERSION).tar.bz2
test -d $(RPM)/SOURCES && test -d $(RPM)/