Much backslash abuse so that the apostrophe in my own n...
[ntk/apt.git] / buildlib / mkChangeLog
1 #!/bin/sh
2
3 NAMES="`sed -ne 's/'\''/'\''\\\\'\'''\''/g;
4 s/^.*CVS:\([^ ]\+\) \([^<]\+\) <\([^>]*\)>/\
5 -u '\''\1:\2:\3'\''/gp' AUTHORS`"
6 OPTIONS="-l 78"
7
8 # Generate the standard ChangeLog
9 echo CVSIGNORE=po rcs2log $OPTIONS $NAMES
10 eval 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