aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2004-07-01 04:25:36 +0000
committerOlivier Blin <oblin@mandriva.org>2004-07-01 04:25:36 +0000
commitff77c2e7b3efb7bdddf255fef149135c9dcf09c2 (patch)
treec0ec73036ceeb0a3e732c04766c273acab04d2b8 /Makefile
parentfa1726a3b5c70d6f3afed770da5e57d2c0088adc (diff)
downloadbootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.tar
bootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.tar.gz
bootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.tar.bz2
bootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.tar.xz
bootsplash-ff77c2e7b3efb7bdddf255fef149135c9dcf09c2.zip
use --accum for cvs2cl (thanks Thierry)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e923509..98983dc 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ clean:
rm -f *~ \#*\#
changelog: ../common/username
- ( cvs2cl -U ../common/username -I ChangeLog -I tmp/ ; \
+ ( cvs2cl --accum -U ../common/username -I ChangeLog -I tmp/ ; \
rm -f ChangeLog.bak ; \
cvs commit -m "Generated by cvs2cl the `date '+%c'`" ChangeLog ; \
)