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 96745e7e466..2c1efd31b89 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -294,6 +294,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'lshort-finnish', '&MAKElshort', 'lshort-korean', '&MAKElshort', 'lshort-mongol', '&MAKElshort', + 'lshort-mongolian', "die 'skipping, replaced by lshort-mongol'", 'lshort-portuguese', '&MAKElshort', 'lshort-slovenian', '&MAKElshort', 'lshort-turkish', '&MAKElshort', @@ -1097,6 +1098,7 @@ $standarddocfmt='latex'; 'tablists', 'tablists.dtx', 'thesis', 'install.01|install.ndx', 'turnstile', 'turnstile-en.ins', # skip pt + 'ulqda', 'ulqda.dtx', ); $standardins='\.ins'; @@ -1423,6 +1425,7 @@ $standardxmt='\.xmt'; 'texcount' => '\.pl$', 'texdirflatten' => 'texdirflatten$', 'texloganalyser' => 'texloganalyser', + 'ulqda' => '\.pl$', 'vpe' => '\.pl$', ); |