summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-07-02 23:22:51 +0000
committerKarl Berry <karl@freefriends.org>2006-07-02 23:22:51 +0000
commit8ba9a1f72bc96d6efe7c5e47b030a4cd21c21b54 (patch)
tree3a740606c09e03ac69a230638936cf850ac5870a /Build
parentaa0cc80b6cbebb1985dee11dcc0e8abb424ae1a9 (diff)
new portuguese doc package xypic-tut-pt
git-svn-id: svn://tug.org/texlive/trunk@1755 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl10
-rwxr-xr-xBuild/tools/tpm-ctan-check8
2 files changed, 12 insertions, 6 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 $_;
}
diff --git a/Build/tools/tpm-ctan-check b/Build/tools/tpm-ctan-check
index 7a2875f1f75..787912fbd11 100755
--- a/Build/tools/tpm-ctan-check
+++ b/Build/tools/tpm-ctan-check
@@ -28,8 +28,8 @@ sub main
"accfonts", "acronym", "algorithm2e", "algorithms",
"amsldoc-it", "amsthdoc-it", "apacite",
"archaic", "arev", "ascii",
- "babel", "babelbib", "beebe", "betababel", "bezos",
- "bghyphen", "bibhtml",
+ "babel", "babelbib", "beamer-tut-pt", "beebe", "betababel",
+ "bezos", "bghyphen", "bibhtml",
"bibleref", "blacklettert1", "booklet", "breakurl", "bytefield" ,
"caption", "carlisle", "cbcoptic", "changebar", "chappg",
"chemcompounds", "circ", "cjhebrew", "clock", "colortbl", "commath",
@@ -78,12 +78,12 @@ sub main
"sf298", "sides", "skaknew", "sparklines", "spotcolor",
"sttools", "struktex", "subfig", "sudoku", "svn-multi", "svninfo",
"tabulary", "talk", "tamethebeast", "tex-refs", "texmate", "texshade",
- "textcase", "textpos", "thumbpdf", "bin-thumbpdf",
+ "textcase", "textpos", "thumbpdf",
"titlesec", "tokenizer", "totpages", "trajan", "tugboat",
"twoup",
"velthuis", "verse", "vhistory", "volumes",
"wrapfig",
- "xltxtra",
+ "xltxtra", "xypic-tut-pt",
"york-thesis",
"xcolor", "xkeyval"
);