aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Rousse <guillomovitch@mandriva.org>2005-10-06 15:42:50 +0000
committerGuillaume Rousse <guillomovitch@mandriva.org>2005-10-06 15:42:50 +0000
commit96ded4f14516548ceb7f7508e0b5222cf0ec650a (patch)
treeb0d074fa63f80ffdad2488c9007df364720fb10f
parentc6bdd1f5e7b926f5266fc6b580050c25367a6482 (diff)
downloadbootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.tar
bootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.tar.gz
bootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.tar.bz2
bootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.tar.xz
bootsplash-96ded4f14516548ceb7f7508e0b5222cf0ec650a.zip
fix changelog target
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index eee7fba..391b653 100644
--- a/Makefile
+++ b/Makefile
@@ -64,9 +64,9 @@ cvstag:
cvs tag $(CVSTAGOPT) $(TAG)
changelog: ../common/username
- cvs2cl -U ../common/username -I ChangeLog
- rm -f ChangeLog.bak
- cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog
+ cvs2cl -U ../common/username -I ChangeLog.rpmbuildupdate
+ rm -f ChangeLog.rpmbuildupdate.bak
+ cvs commit -m "Generated by cvs2cl the `date '+%d_%b'`" ChangeLog.rpmbuildupdate
# Local variables:
# mode: makefile