* Support PNG files.

svn path=/nixpkgs/trunk/; revision=3258
This commit is contained in:
Eelco Dolstra 2005-06-27 16:48:00 +00:00
parent 6ea37d567f
commit d33693c438

View file

@ -60,6 +60,7 @@ while (scalar @workset > 0) {
my $fn2 = $2;
die "absolute path! $fn2" if substr($fn2, 0, 1) eq "/";
push @workset, $path . "/" . $fn2 . ".pdf";
push @workset, $path . "/" . $fn2 . ".png";
push @workset, $path . "/" . $fn2 . ".ps";
}
# !!! also support \usepackage