diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 7bcaa1ad896..6c13460847f 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -827,7 +827,6 @@ $standarddocfmt='latex'; 'lettre', 'NULL', 'localloc', 'localloc.dtx', 'makecell', 'makecell.dtx', - 'mh', '.*\.dtx', 'namespc', 'namespc.dtx', 'paper', 'install', 'parrun', 'parrun.ins', @@ -841,7 +840,6 @@ $standardins='\.ins'; %specialinsrunner = ( 'bullcntr', 'latex', # requires interaction 'ctable', 'latex', # requires interaction - 'mh', 'etex', 'polski', 'latex', # requires interaction 'psfragx', 'latex', # requires interaction ); @@ -1263,7 +1261,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'latex2e-help-texinfo' => '\.info', # must move .info by hand, sigh 'lshort-spanish'=>'lshort-a5book.pdf', # a4 is enough 'mathexam' => 'sample.tex~', - 'mh' => "$standardclean|.*\.(drv|ins)", # dtx-derived 'notes2bib' => "$standardclean|jawltxdoc.sty", # temp file for doc 'rsc' => "$standardclean|jawltxdoc.sty", # temp file for doc ); |