merged from David, uncommited the previous i18n commit first as its part of the merge...
[ntk/apt.git] / buildlib / mkChangeLog
CommitLineData
f4448842
AL
1#!/bin/sh
2
69adf430
AL
3NAMES="`sed -ne 's/'\''/'\''\\\\'\'''\''/g;
4 s/^.*CVS:\([^ ]\+\) \([^<]\+\) <\([^>]*\)>/\
5 -u '\''\1:\2:\3'\''/gp' AUTHORS`"
f4448842
AL
6OPTIONS="-l 78"
7
8# Generate the standard ChangeLog
9echo CVSIGNORE=po rcs2log $OPTIONS $NAMES
10eval CVSIGNORE=po rcs2log $OPTIONS $NAMES >> ChangeLog
11
12# Generate the po ChangeLog
490211d5
AL
13#echo rcs2log $OPTIONS $NAMES po
14#eval rcs2log $OPTIONS $NAMES po >> po/ChangeLog