aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChmouel Boudjnah <chmou@mandriva.com>2002-02-08 15:46:17 +0000
committerChmouel Boudjnah <chmou@mandriva.com>2002-02-08 15:46:17 +0000
commit8fffc965d4676b4ac0f2329d0b07d04282e17be0 (patch)
tree8398ccb2fba852317fdcc30ed81e6edba25cc677 /Makefile
parent56f7c32952c706a48ae2ae7d29edf540047521b7 (diff)
downloadbootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.tar
bootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.tar.gz
bootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.tar.bz2
bootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.tar.xz
bootsplash-8fffc965d4676b4ac0f2329d0b07d04282e17be0.zip
Don't changelog tmp/* files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7d50e0..25bd409 100644
--- a/Makefile
+++ b/Makefile
@@ -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 ; \
)