diff options
author | Karl Berry <karl@freefriends.org> | 2006-08-13 23:56:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-08-13 23:56:25 +0000 |
commit | adc5dcda88ceeafccf75cee53a3825a24fdc59da (patch) | |
tree | 0ebf5b882a24bd5a1ebd74d62e47bf9815f4c34f /Build/cdbuild | |
parent | eace4bae1f9818749d503e8859767821618a0220 (diff) |
subfig update to omit ltxdoc.cfg from runtime tree (dak mail 7aug06)
git-svn-id: svn://tug.org/texlive/trunk@1945 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild')
-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 e9bd08fee75..8c3cf24d84a 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -631,6 +631,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'showexpl', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', # not cfg 'spotcolor', 'spotcolor*.tex', 'startex', '\.tex', + 'subfig', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'syntax', 'syntax\.tex', 'tabvar', '\.sty|\.cfg|\.[0-9]', 'taylor', 'diagrams.tex', |