forked from mirrors/nixpkgs
svn path=/nixpkgs/trunk/; revision=14033
This commit is contained in:
parent
3fb26823cd
commit
ca5e6b9624
|
@ -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 "/";
|
||||
|
|
Loading…
Reference in a new issue