* Support PNG files.
svn path=/nixpkgs/trunk/; revision=3258
This commit is contained in:
parent
6ea37d567f
commit
d33693c438
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user