diff options
author | Karl Berry <karl@freefriends.org> | 2007-04-03 21:21:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-04-03 21:21:47 +0000 |
commit | 95948fb5bea11242023bf9ccd499b4b592f0d011 (patch) | |
tree | c96e94dde29769818121ac7149e280f4f4cf0217 /Build | |
parent | ca8e7952995a9cab3715b14da28eeefd102a81fb (diff) |
need nag-*.cfg in runtime, J Sommer mail 3 Apr 2007 00:13:38
git-svn-id: svn://tug.org/texlive/trunk@4111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 09af881730b..6b24c94cd63 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -687,7 +687,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'minitoc', "\.ml[do]|$standardtex", 'misc', '\.sty|\.ltx|\.cls', 'msg', "$standardtex|-msg\.tex", - 'nag', '\.sty|\.nag', + 'nag', "$standardtex|\.cfg|\.nag", 'ntheorem', '\.sty|\.std', 'ofs', '^ofs\.tex|ofsdef\.tex|ofs-.*\.tex|\.sty|a.*\.tex|.*fn\.tex', 'patch', '\.tex', |