diff options
author | Karl Berry <karl@freefriends.org> | 2011-07-31 22:54:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-07-31 22:54:58 +0000 |
commit | 64c5bbc5798f371acc690384360e31e814e86156 (patch) | |
tree | 0c5fee88cf97f73c6e51cc94ab987f42f32bd245 /Master/tlpkg/libexec | |
parent | 1f05122edd891a75b0c057209e9ff46a265d3119 (diff) |
msu-thesis (tl mail 30jul11)
git-svn-id: svn://tug.org/texlive/trunk@23288 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-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 b51393b5264..191cbefeabf 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -542,8 +542,8 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'mpcolornames',"&MAKEcopy", 'mpdinbrief', "die 'skipping, nosell license'", 'mptopdf', "die 'skipping, not ready, sorry'", #"&MAKEflatten", - 'msu-thesis', "die 'skipping, use msuthesis'", - 'msuthesis', "&MAKEflatten", + 'msu-thesis', "&MAKEflatten", + 'msuthesis', "die 'skipping, use msu-thesis'", 'mtp2lite', "die 'skipping, nonfree'", 'mtx', "die 'skipping, pascal musixtex binaries'", 'multibox', "die 'skipping, noinfo license, author deceased'", @@ -1164,7 +1164,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'montex', '(mlsgalig|mlstrans|mnhyphex)\.tex|' . $standardtex, 'mpman-ru', 'NULL', # doc package 'msg', '-msg\.tex|' . $standardtex, - 'msuthesis', 'gb4e-compat\.tex|' . $standardtex, + 'msu-thesis', 'gb4e-compat\.tex|' . $standardtex, 'multirow', '^..[^s].*\.sty', # not miscdoc.sty 'mylatexformat', '.*\.ltx', 'nag', '\.nag|' . $standardtex, @@ -1779,7 +1779,7 @@ $standardcsf='\.csf'; $standardbst='\.bst$'; %specialbst = ( 'mil3' => 'NULL', - 'msuthesis' => 'NULL', + 'msu-thesis' => 'NULL', 'umthesis' => 'NULL', ); |