summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index ad6076e5d40..be35ca9fb8e 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -220,7 +220,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'metauml', "&MAKEmetauml",
'mflogo', "&MAKEmflogo",
'mfpic', "&MAKEflatten",
- 'mh', "&MAKEflatten",
'minitoc', "&MAKEunzip",
'misc', "&MAKEmisc",
'mkbangtex', "die 'skipping, no copyright (and python)'",
@@ -707,6 +706,7 @@ $standarddocfmt='latex';
'lettre', 'NULL',
'localloc', 'localloc.dtx',
'makecell', 'makecell.dtx',
+ 'mh', '.*\.dtx',
'minitoc', 'NULL', # takes forever, and files are pregenerated
'namespc', 'namespc.dtx',
'paper', 'install.02',
@@ -720,12 +720,13 @@ $standardins='\.ins';
%specialinsrunner = (
'bullcntr', 'latex', # requires interaction, ugh
+ 'mh', 'etex',
);
$standardinsrunner="latex -interaction=nonstopmode";
%specialins_postdelete = (
'dateiliste', 'dateiliste.README*', # already in dist
- 'ednotes', 'perpage.sty', # copy from bigfoor
+ 'ednotes', 'perpage.sty', # copy from bigfoot
'gfsartemisia', 'A*Specimen.pdf', # nonfree
'gfsbodoni', 'B*Specimen.pdf', # nonfree
'gfscomplutum', 'C*Specimen.pdf', # nonfree
@@ -734,6 +735,7 @@ $standardinsrunner="latex -interaction=nonstopmode";
'jknapltx', 'ubbold.fd', # clashes with Ubbold.fd from bbold,
# plus sauter bbold doesn't work?
'mathexam', 'sample.tex~',
+ 'mh', '*.drv *.ins', # derived from dtx's
);
%specialmakeindex= (
@@ -812,7 +814,6 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$';
'metatex', 'metatex.tex',
'mff', '\.sty|mf[^f].*\.tex',
'mfpic', 'mfpic.tex|mfpic.sty|mfppatch.tex',
- 'mh', '\.sty|\.cls|\.fix',
'minitoc', "\.ml[do]|$standardtex",
'misc', '\.sty|\.ltx|\.cls',
'mkpattern', 'mkpatter.tex',