Warning, file /office/kile/kile2.0-3_upd.pl was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001 #!/usr/bin/perl 0002 0003 # tbraun 18.2.2007 0004 # add metapost.cwl file 0005 0006 foreach (<>) 0007 { 0008 $content=$_; 0009 $content .= ",0-metapost"; 0010 print $content; 0011 }