merged from David, uncommited the previous i18n commit first as its part of the merge...
[ntk/apt.git] / buildlib / mkChangeLog
... / ...
CommitLineData
1#!/bin/sh
2
3NAMES="`sed -ne 's/'\''/'\''\\\\'\'''\''/g;
4 s/^.*CVS:\([^ ]\+\) \([^<]\+\) <\([^>]*\)>/\
5 -u '\''\1:\2:\3'\''/gp' AUTHORS`"
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
13#echo rcs2log $OPTIONS $NAMES po
14#eval rcs2log $OPTIONS $NAMES po >> po/ChangeLog