From da2201da373d92a00f259d9723c62e4b7c156148 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 1 Nov 2008 00:33:23 +0000 Subject: spotcolor*.tex should be in the runtime; report from Enrico Gregorio, 30 Oct 2008 22:14:32 git-svn-id: svn://tug.org/texlive/trunk@11143 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Master/tlpkg/bin/ctan2tds') diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 3ad62a5fc2c..b093a7e44d9 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -1007,7 +1007,7 @@ $standardtex='\.(cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'shapepar', '\.sty', # not def 'showexpl', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$', # not cfg 'splitindex', 'splitindex\.tex|' . $standardtex, - 'spotcolor', 'spotcolor*.tex', + 'spotcolor', 'spotcolor.*\.tex|' . $standardtex, 'startex', '\.tex', 'subfig', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide 'subfigure', '\.sty|[^c]\.cfg', # omit ltxdoc.cfg, would be system-wide @@ -1632,7 +1632,7 @@ sub install { my ($destdir,$thispatt) = @_; return unless $thispatt; - + my @files = grep (/$thispatt/, @filenames); # ugh, @filenames global return unless @files; # avoid lots of useless output -- cgit v1.2.3