diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a43c5309d8f..a13cad0b031 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -330,6 +330,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'dot2tex', "die 'skipping, only useful with supporting python setup'", 'dps', "die 'skipping, requires acrotex'", 'draftmark', "die 'skipping, nosell license'", + 'drm', "&MAKEflatten", 'droid', "&MAKEcopy", 'dropping', "die 'skipping, nosell license'", 'dtxtut', "&setup", # straight copy @@ -2185,6 +2186,7 @@ my $core_latex = "$Master/texmf-dist/tex/latex"; 'dotseqn' => 'latex', # requires interaction 'delimtxt' => 'latex -translate-file=empty.tcx', # no 8-bit 'download' => 'pdflatex', # fancy fonts, doc and subfiles combined + 'drm' => 'latex', # requires interaction 'ejpecp' => 'latex', # requires interaction 'elteikthesis' => 'latex', # requires interaction 'engpron' => 'latex -translate-file=empty.tcx', # no 8-bit @@ -2336,6 +2338,7 @@ $standardmf='[0-9]\.mf'; 'dancers', 'dancers\.mf', 'dice', 'dice3d', 'dingbat', '\.mf', + 'drm', 'NULL', # pregen 'eiad-ltx', 'NULL', # Fr10.mf and Fbf10.mf don't compile (need cmbase) 'engwar', 'engwar\.mf', 'euro-ce', 'eu.*\.mf|ce.*\.mf', |