From d33693c438fd289aa3cbd5fbc29f3fff2e2d6f92 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 27 Jun 2005 16:48:00 +0000 Subject: [PATCH] * Support PNG files. svn path=/nixpkgs/trunk/; revision=3258 --- pkgs/misc/tex/nix/find-includes.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/misc/tex/nix/find-includes.pl b/pkgs/misc/tex/nix/find-includes.pl index 0f171c78703..8b396fef38d 100644 --- a/pkgs/misc/tex/nix/find-includes.pl +++ b/pkgs/misc/tex/nix/find-includes.pl @@ -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