diff options
author | Karl Berry <karl@freefriends.org> | 2007-02-06 22:38:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-02-06 22:38:56 +0000 |
commit | 721a4988e982af5d7a829a8bbf781e529b787a53 (patch) | |
tree | a734d605d33a0d991841acbd8e394733966e5236 /Build | |
parent | 153b537b12cba1b6fac60998fe9bc84905f5e3b3 (diff) |
*msg.tex files should be in runtime
git-svn-id: svn://tug.org/texlive/trunk@3945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 04254b83e93..dc4c743b3ca 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -684,6 +684,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'mh', '\.sty|\.cls|\.fix', 'minitoc', "\.ml[do]|$standardtex", 'misc', '\.sty|\.ltx|\.cls', + 'msg', "$standardtex|-msg\.tex", 'nag', '\.nag', 'ntheorem', '\.sty|\.std', 'ofs', '^ofs\.tex|ofsdef\.tex|ofs-.*\.tex|\.sty|a.*\.tex|.*fn\.tex', |