summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds4
1 files changed, 2 insertions, 2 deletions
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