diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 0184332cca6..2d6f0341470 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -213,7 +213,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'epix', "die 'skipping, needs C++'", 'eplain', "&MAKEcopy", 'epspdf', "&MAKEflatten", - 'epstopdf', "die 'skipping, needs .pl vs. noext + man help, sorry'", 'eqnarray', "die 'skipping, nonfree'", 'esindex', "die 'skipping, use bezos instead'", 'eskdx', "&MAKEeskdx", @@ -1430,7 +1429,7 @@ $standardxmt='\.xmt'; 'accfonts' => 'mkt1font|vpl2', 'dviasm' => '\.py$', 'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$', - 'epstopdf' => 'epstopdf', + 'epstopdf' => 'epstopdf\.pl', 'fig4latex' => 'fig4latex', 'findhyph' => 'findhyph$', 'fragmaster' => 'fragmaster.pl', @@ -1462,6 +1461,7 @@ $standardxmt='\.xmt'; # packages which have man pages to install. We assume section 1. %specialmans = ( + 'epstopdf' => 'epstopdf.1', 'findhyph' => 'findhyph.1', 'pkfix-helper' => 'pkfix-helper.1', 'purifyeps' => 'purifyeps.1', @@ -1483,6 +1483,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'chemscheme' => "$standardclean|jawltxdoc.sty", # temp file for doc 'chemstyle' => "$standardclean|jawltxdoc.sty", # temp file for doc 'elvish' => '\.pk3', # no pk files + 'epstopdf' => 'epstopdf\.pdf', # we will generate 'findhyph' => 'findhyph.pdf', # we will generate from man ourselves 'gentle' => 'gentle.ps.gz', # pdf is enough 'hyph-utf8' => 'README', @@ -1525,7 +1526,8 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'piechartmp' => 'piechartmp.pdf', 'pst-3dplot' => 'tb72voss3d.pdf', # no source 'ptptex' => 'overcite.sty|cite.sty|wrapfig.sty', # duplicated - 'stubs' => 'stubs.pdf', + 'rangen' => 'doc/rangen_man.pdf', # no source + 'stubs' => 'stubs.pdf', # no source 'susy' => 'susy.pdf', # no source 'xskak' => 'xskak.pdf', # no source ); |