2 # Creates changelogs packages.
5 setl changelogs-all.log
7 ARCHIVE_BASE
=$ARCHIVE_BASE/ChangeLogs
9 printi
"Creating ChangeLogs..."
12 #-- Generate ChangeLogs -----------------------------------------------------------
13 alias cvs2cl
='$ROOT/Scripts/cvs2cl.pl --xml --xml-encoding iso-8859-15 --noxmlns'
21 printi
"Generating ChangeLog for the" $module "module"
23 cvs2cl
-l "-d'>1 day ago'" -f $ARCHIVE_BASE/$BASENAME-ChangeLog-$module.xml
25 if [ -e $ARCHIVE_BASE/$BASENAME-ChangeLog-$module.xml
]; then
27 md5sum $BASENAME-ChangeLog-$module.xml
> $BASENAME-ChangeLog-$module.xml.md5
33 ChangeLog AROS
$SOURCE_AROS
34 ChangeLog contrib
$SOURCE_CONTRIB
35 ChangeLog docs
$SOURCE_DOCS