ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cfmaps/cfmap2html
(Generate patch)

Comparing cfmaps/cfmap2html (file contents):
Revision 1.25 by root, Wed Feb 14 02:58:58 2007 UTC vs.
Revision 1.26 by root, Wed Feb 14 03:00:33 2007 UTC

36 36
37for my $path (@ARGV) { 37for my $path (@ARGV) {
38 (my $base = $path) =~ s/\.map//; 38 (my $base = $path) =~ s/\.map//;
39# print STDERR "$path\n"; 39# print STDERR "$path\n";
40 40
41 warn "$base.png\n";
42 if (!-e "$base.png" 41 if (!-e "$base.png"
43 || !-e "$base.pst" 42 || !-e "$base.pst"
44 || -M "$base.pst" > -M $path 43 || -M "$base.pst" > -M $path
45 || -M "$base.png" > -M $path) { 44 || -M "$base.png" > -M $path) {
46 # regenerate png and metainfo 45 # regenerate png and metainfo

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines