svn path=/nixpkgs/trunk/; revision=14033

This commit is contained in:
Eelco Dolstra 2009-02-11 14:53:17 +00:00
parent 3fb26823cd
commit ca5e6b9624

View file

@ -82,7 +82,7 @@ while (scalar @workset > 0) {
} elsif (/\\includegraphics(\[.*\])?\{(.*)\}/) {
my $fn2 = $2;
die "absolute path! $fn2" if substr($fn2, 0, 1) eq "/";
addToWorkSetExts("$path/$fn2", ".pdf", ".png", ".ps");
addToWorkSetExts("$path/$fn2", ".pdf", ".png", ".ps", ".jpg");
} elsif (/\\pgfdeclareimage(\[.*\])?\{.*\}\{(.*)\}/) {
my $fn2 = $2;
die "absolute path! $fn2" if substr($fn2, 0, 1) eq "/";