lib/Tools/latex
changeset 16171 3c939bb52420
parent 16170 75cb95f4825f
child 16874 3057990d20e0
--- a/lib/Tools/latex	Wed Jun 01 14:16:45 2005 +0200
+++ b/lib/Tools/latex	Wed Jun 01 14:16:45 2005 +0200
@@ -89,7 +89,7 @@
     rm -f $TARGET
     "$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 ;-)
+    # the [I] is there to prevent CVS from expanding $Id...$ itself ;-)
   done
 }