diff options
author | Karl Berry <karl@freefriends.org> | 2007-12-15 00:58:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-12-15 00:58:47 +0000 |
commit | 954e518677de512ede9e6ee73428d4a0b8a933c4 (patch) | |
tree | b1c4281d69926b8ce4d9ee22f0fb1aad321fb9be /Master/tlpkg/bin/ctan2tds | |
parent | fd485c0f15d7cf5ea685ec6ff197e384025ada26 (diff) |
mh update (11dec07)
git-svn-id: svn://tug.org/texlive/trunk@5787 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 7 |
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', |