# HG changeset patch # User haftmann # Date 1117609105 -7200 # Node ID a9f460f16fd6523a748b3d9541c55bbc3182ae8e # Parent ffe21872a2a0aae9e958e0d21ffce2e08b49fc02 improved *.sty handling diff -r ffe21872a2a0 -r a9f460f16fd6 lib/Tools/latex --- a/lib/Tools/latex Wed Jun 01 08:57:49 2005 +0200 +++ b/lib/Tools/latex Wed Jun 01 08:58:25 2005 +0200 @@ -88,6 +88,7 @@ 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 ;-) done }