diff options
author | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-08 15:46:17 +0000 |
---|---|---|
committer | Chmouel Boudjnah <chmou@mandriva.com> | 2002-02-08 15:46:17 +0000 |
commit | 8fffc965d4676b4ac0f2329d0b07d04282e17be0 (patch) | |
tree | 8398ccb2fba852317fdcc30ed81e6edba25cc677 | |
parent | 56f7c32952c706a48ae2ae7d29edf540047521b7 (diff) | |
download | bootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.tar bootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.tar.gz bootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.tar.bz2 bootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.tar.xz bootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.zip |
Don't changelog tmp/* files.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ clean: rm -f *~ \#*\# changelog: ../common/username - ( cvs2cl -U ../common/username -I ChangeLog ; \ + ( cvs2cl -U ../common/username -I ChangeLog -I tmp/ ; \ rm -f ChangeLog.bak ; \ cvs commit -m "Generated by cvs2cl the `date '+%c'`" ChangeLog ; \ ) |