--- 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
}