diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-26 12:49:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-26 12:49:44 +0000 |
commit | dfb9b33178be8bb5b274b063abc455e7a5b3812b (patch) | |
tree | e5919819ddbca8da60558ced267e64cf39f09c09 /Build/cdbuild/ctan2tds.pl | |
parent | 95655675bf9504d648aae03acece9e0ff7b7ed93 (diff) |
new tex utility mkpattern (24apr07)
git-svn-id: svn://tug.org/texlive/trunk@4197 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index ebaee9070a8..1430bdfa09e 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -486,6 +486,7 @@ $standardsourcefmt='latex'; 'mathdots', 'generic', 'metatex', 'plain', 'mfpic', 'generic', + 'mkpattern', 'plain', 'ocherokee', 'lambda', 'ofs', 'generic', 'passivetex', 'xmltex', @@ -571,6 +572,7 @@ $standardfmt='latex'; 'metatex', 'plain', 'metauml', 'metapost', 'mfpic', 'generic', + 'mkpattern', 'plain', 'mpattern', 'metapost', 'ntheorem-vn', 'vietnamese', 'ofs', 'generic', @@ -702,6 +704,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'mh', '\.sty|\.cls|\.fix', 'minitoc', "\.ml[do]|$standardtex", 'misc', '\.sty|\.ltx|\.cls', + 'mkpattern', 'mkpatter.tex', 'msg', "$standardtex|-msg\.tex", 'nag', "$standardtex|\.cfg|\.nag", 'ntheorem', '\.sty|\.std', |