improved *.sty handling
authorhaftmann
Wed, 01 Jun 2005 08:58:25 +0200
changeset 16163 a9f460f16fd6
parent 16162 ffe21872a2a0
child 16164 6b0d68207c14
improved *.sty handling
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
 }