summaryrefslogtreecommitdiff
path: root/Build/cdbuild/ctan2tds.pl
diff options
context:
space:
mode:
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl10
1 files changed, 8 insertions, 2 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index 32033d98686..8589a52f8e2 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -81,6 +81,7 @@ chdir $startdir || die "chdir($startdir) failed: $!";
'barr', "&MAKEbarr",
'bbm', "&MAKEbbm",
'beamer', "&MAKEbeamer",
+ 'beamer-tut-pt',"&MAKEflatten",
'beebe', "print \&MAKEbeebe needs work'",
'bengali', '&MAKEflatten',
'bera', "&MAKEunzipandflatten",
@@ -265,6 +266,7 @@ chdir $startdir || die "chdir($startdir) failed: $!";
'xmltex', "&MAKExmltex",
'xymtex', "&MAKExymtex",
'xypic', "&MAKExypic",
+ 'xypic-tut-pt',"&MAKEflatten",
'zefonts', "&MAKEflatten",
);
@@ -318,6 +320,7 @@ $standardfoundry='public';
'amsldoc-it', 'texmf-doc',
'amsldoc-vn', 'texmf-doc',
'amsthdoc-it', 'texmf-doc',
+ 'beamer-tut-pt', 'texmf-doc',
'catalogue', 'texmf-doc',
'comprehensive', 'texmf-doc',
'dtxtut', 'texmf-doc',
@@ -333,6 +336,7 @@ $standardfoundry='public';
'tamethebeast', 'texmf-doc',
'tex-refs', 'texmf-doc',
'voss-de', 'texmf-doc',
+ 'xypic-tut-pt', 'texmf-doc',
'wp-conv', 'texmf-doc',
);
@@ -428,6 +432,7 @@ $standardfmt='latex';
'arrayjob', 'generic',
'ascii', 'fonts',
'babel', 'generic',
+ 'beamer-tut-pt','portuguese',
'bera', 'fonts',
'bghyphen', 'generic',
'blacklettert1','fonts',
@@ -477,6 +482,7 @@ $standardfmt='latex';
'voss-de', 'german',
'wasy2', 'fonts',
'xltxtra', 'xetex',
+ 'xypic-tut-pt','portuguese',
);
$standarddocfmt='latex';
@@ -1254,8 +1260,8 @@ sub killfiles {
for (grep (/\.ps$/, @filenames)) {
(my $pdf = $_) =~ s/ps$/pdf/;
- next unless grep ($pdf, @filenames);
- print "\t Remove ps $_\n";
+ next unless grep (/$pdf/, @filenames);
+ print "\t Remove ps $_ (since have $pdf)\n";
unlink $_;
}