diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-11 00:26:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-11 00:26:40 +0000 |
commit | 82939b1791f084d4f8dd55923ed894d658b9b172 (patch) | |
tree | d3f64dcbaea3685b0f7a7037b467ec87aa2a7344 /Master/tlpkg/libexec | |
parent | a15edb62a11ed95f77b65bf8fdaba6cdbfdec638 (diff) |
new examples package mil3 (10mar11)
git-svn-id: svn://tug.org/texlive/trunk@21677 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 93302a460a7..a8e0a2cf52f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1082,14 +1082,15 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'mfpic', 'mfpic.tex|mfpic.sty|mfppatch.tex', 'mfpic4ode', 'mfpic4ode.tex|' . $standardtex, 'midnight', '\.tex', + 'mil3', 'NULL', 'mathabx', 'mathabx\.(dcl|tex)|' . $standardtex, 'minitoc', '\.ml[do]|' . $standardtex, 'misc', '\.sty|\.ltx|\.cls', 'mkpattern', 'mkpatter.tex', - 'montex', "(mlsgalig|mlstrans|mnhyphex)\.tex|" . $standardtex, + 'montex', '(mlsgalig|mlstrans|mnhyphex)\.tex|' . $standardtex, 'mpman-ru', 'NULL', # doc package - 'msg', "-msg\.tex|" . $standardtex, - 'msuthesis', "gb4e-compat\.tex|" . $standardtex, + 'msg', '-msg\.tex|' . $standardtex, + 'msuthesis', 'gb4e-compat\.tex|' . $standardtex, 'multirow', '^..[^s].*\.sty', # not miscdoc.sty 'mylatexformat', '.*\.ltx', 'nag', '\.nag|' . $standardtex, @@ -1687,13 +1688,14 @@ $standarddvi = 'NULL'; # rely on authors/CTAN making pdf's. $standardcsf='\.csf'; %specialcsf = ( - 'disser', 'cp1251lc.csf', # cp1251.csf dup with gost + 'disser' => 'cp1251lc.csf', # cp1251.csf dup with gost ); $standardbst='\.bst$'; %specialbst = ( - 'msuthesis', 'NULL', - 'umthesis', 'NULL', + 'mil3' => 'NULL', + 'msuthesis' => 'NULL', + 'umthesis' => 'NULL', ); # packages which need special BibTeX data files (not) installed. |