summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
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',
);