diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index b268e3dda53..0d929a1cd41 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1394,6 +1394,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'dirtree', '\.tex|' . $standardtex, 'disser', '\.rtx|' . $standardtex, 'dlfltxb', '\.sty', # no sample.cfg + 'docbytex', 'docby\.tex', 'ean', 'ean[0-9]*\.tex', 'easy', 'easy.*\.sty', # no mydoc.sty 'ecv', '\.sty|\.cls|\.ldf', # no docstrip.cfg, else system-wide @@ -2023,6 +2024,7 @@ $standardsource='\.(bat|c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'crossword', $standardsource . '|AcrossLite', 'cyrplain', 'NULL', # all in tex 'dccpaper', $standardsource . '|Makefile', + 'docbytex', 'NULL', 'epsf', 'NULL', 'epslatex-fr', 'NULL', 'epspdf', 'NULL', # leave .install |