diff options
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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)/ |