diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 5f3d3fc4d1a..4c7ba78be46 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -76,7 +76,6 @@ $Master = "$mydir/../.."; 'antt', "&MAKEcopy", #'antp', "&MAKEflatten", # not sure about config.antp yet 'apacite', "&MAKEflatten", - 'apprends-latex', "die 'skipping, nonfree license'", 'arabi', "&MAKEarabi", 'arabtex', "&MAKEarabtex", 'archaic', "&MAKEwilson", @@ -1380,9 +1379,10 @@ $standardinsrunner="latex -interaction=nonstopmode"; %specialmakeindex= ( - 'bigints' => 'NULL', # doc - 'mpman-ru' => 'NULL', # doc - 'tkz-tab', => 'NULL', # doc + 'apprends-latex' => 'NULL', # doc + 'bigints' => 'NULL', # doc + 'mpman-ru' => 'NULL', # doc + 'tkz-tab', => 'NULL', # doc ); $standardmakeindex='\.ist'; |