summaryrefslogtreecommitdiff
path: root/buildlib/mkChangeLog
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-05-22 10:16:10 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2012-05-22 10:16:10 +0200
commitfa64f7b255b6fce2949ccd13a01714a595020534 (patch)
treec36790770a73a4523871ca69c11ffa4e61cadabf /buildlib/mkChangeLog
parente27a1f01f90f5eae73f66f25b316ee8859f72105 (diff)
parent9c30a078c04fe1e86b0aea64cc9cb790e95a7c57 (diff)
merged from david
Diffstat (limited to 'buildlib/mkChangeLog')
-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