From 840be758be5db336a1a97c8d7ef033c4e0db03c9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 19 Jan 2020 22:43:24 +0000 Subject: epspdf git-svn-id: svn://tug.org/texlive/trunk@53459 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c668ad4d7fa..7947a69965c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -429,7 +429,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'epigrafica', "&MAKEflatten", 'epiolmec', "&MAKEflatten", 'epix', "die 'skipping, needs C++'", - 'epspdf', "die 'skipping, siep does it by hand'", #"&MAKEflatten", + 'epspdf', "&MAKEflatten", 'epspdf-setup',"die 'skipping, siep does it by hand'", 'epyt', "die 'renamed to beamertheme-epyt'", 'eq-save', "die 'skipping, requires acrotex'", @@ -2691,7 +2691,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'cleveref' => 'latex', # requires interaction 'clrstrip' => 'tex', 'ctable' => 'latex', # requires interaction - 'curve2e' => 'tex', + 'curve2e' => 'tex -translate-file=empty.tcx', # no 8-bit 'dateiliste' => 'latex', # requires interaction 'dccpaper' => 'etex', # 8bit 'denisbdoc' => 'tex', @@ -3050,7 +3050,7 @@ $standardttf = '\.ttf|\.TTC'; 'bib2gls' => '\.jar$', 'changes' => '\.py$', 'cloze' => '\.lua$', - 'epspdf' => '(epspdf(|\.help|boot|tk)|\.rb|makegray\.pro)$', + 'epspdf' => '(epspdf(|\.help|\.tlu|.*tk.*)|\.rb|makegray\.pro)$', 'latex2nemeth' => '\.jar$', 'latex-make' => '\.py$', 'latexindent' => 'LatexIndent|\.yaml$', @@ -3208,6 +3208,7 @@ $standardttf = '\.ttf|\.TTC'; # packages which have info files to build and then install. %specialtexinfos = ( + 'epspdf' => '.*\.texi', 'mf2pt1' => '.*\.texi', 'texdraw' => '.*\.texi', ); -- cgit v1.2.3