diff options
author | Karl Berry <karl@freefriends.org> | 2020-01-19 22:43:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-01-19 22:43:24 +0000 |
commit | 840be758be5db336a1a97c8d7ef033c4e0db03c9 (patch) | |
tree | f58f1dd9674a4a6a6c2cb4a6e5780361448955e3 /Master/tlpkg/libexec | |
parent | dade70ece53166233c46dbd45cf3e56e06eaa99e (diff) |
epspdf
git-svn-id: svn://tug.org/texlive/trunk@53459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 4 insertions, 3 deletions
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', ); |