diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
@@ -73,19 +73,13 @@ buildsrpm: # rules to build a distributable rpm -rpm: changelog cvstag dist buildrpm +rpm: changelog dist buildrpm -dist: cleandist dir export tar +dist: cleandist dir tar -export: - cvs export -d $(PACKAGE)-$(VERSION) -r $(TAG) $(PACKAGE) - -cvstag: - cvs tag $(CVSTAGOPT) $(TAG) - -changelog: ../common/username - cvs2cl -U ../common/username -I ChangeLog +changelog: + svn2cl -o ChangeLog rm -f ChangeLog.bak - cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog + svn commit -m "Generated by svn2cl" ChangeLog # Makefile ends here |