# HG changeset patch # User haftmann # Date 1117628205 -7200 # Node ID 75cb95f4825f37cbc849e3d10d8069b1692becb3 # Parent b59202511b8ab799ca4cd8372e91043c9de370b2 remove CVS id from *.sty latex styles diff -r b59202511b8a -r 75cb95f4825f lib/Tools/latex --- a/lib/Tools/latex Wed Jun 01 12:30:50 2005 +0200 +++ b/lib/Tools/latex Wed Jun 01 14:16:45 2005 +0200 @@ -87,8 +87,9 @@ do TARGET="$DIR"/$(basename $STYLEFILE) rm -f $TARGET - "$AUTO_PERL" -n -e 's/\$[I]d:?(?:\s)*([^\$]*)\$/originating from CVS: $1/g; print;' $STYLEFILE > $TARGET - # the [I] is there to prevent CVS from expanding $Id...$ itself ;-) + "$AUTO_PERL" -n -e 's/\$[I]d:?(?:\s)*([^\$]*)\$//g; print;' "$STYLEFILE" > "$TARGET" + #~ "$AUTO_PERL" -n -e 's/\$[I]d:?(?:\s)*([^\$]*)\$/originating from CVS: $1/g; print;' $STYLEFILE > $TARGET + #~ # the [I] is there to prevent CVS from expanding $Id...$ itself ;-) done }