summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-01 00:33:23 +0000
committerKarl Berry <karl@freefriends.org>2008-11-01 00:33:23 +0000
commitda2201da373d92a00f259d9723c62e4b7c156148 (patch)
tree245245b6add4b65f5a9ba6edfb31dc2e58df6244 /Master/tlpkg/bin/ctan2tds
parent91add38d05c06e6af30a692a296edef5eb03a539 (diff)
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
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