summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Kalnischkies <kalnischkies@gmail.com>2012-05-21 15:16:39 +0200
committerDavid Kalnischkies <kalnischkies@gmail.com>2012-05-21 15:16:39 +0200
commit5c1715d8f847a5a3d8b8128d2dcc8a7622a9df1b (patch)
tree189284d86775072add7cf3beda001afd1615a261
parent1c46aec47a9059d308e21391a8b8e92bd1c41737 (diff)
whatever this script did, it didn't for a long long time
(it creates changelog from cvs)
-rwxr-xr-xbuildlib/mkChangeLog14
1 files changed, 0 insertions, 14 deletions
diff --git a/buildlib/mkChangeLog b/buildlib/mkChangeLog
deleted file mode 100755
index 4164ec9d5..000000000
--- a/buildlib/mkChangeLog
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-NAMES="`sed -ne 's/'\''/'\''\\\\'\'''\''/g;
- s/^.*CVS:\([^ ]\+\) \([^<]\+\) <\([^>]*\)>/\
- -u '\''\1:\2:\3'\''/gp' AUTHORS`"
-OPTIONS="-l 78"
-
-# Generate the standard ChangeLog
-echo CVSIGNORE=po rcs2log $OPTIONS $NAMES
-eval CVSIGNORE=po rcs2log $OPTIONS $NAMES >> ChangeLog
-
-# Generate the po ChangeLog
-#echo rcs2log $OPTIONS $NAMES po
-#eval rcs2log $OPTIONS $NAMES po >> po/ChangeLog