diff options
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index 936c4cd9053..ff50244da6e 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -304,7 +304,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'titlepage-uni-dortmund', "print \"needs graphics (too short names) in .\n\"", 'tpcmfont', "print \"Not installing tpcmfont\n\"", 'tools', "&MAKEcopy", # we use latex-tds/tools.zip - 'tugboat', "&MAKEtugboat", # both plain and latex 'txfonts', "&MAKEflatten", 'ucs', "&MAKEucs", 'ukrhyph', "&MAKEukrhyph", @@ -491,6 +490,7 @@ $standardsourcefmt='latex'; 'shapepar', 'generic', 'texsis', 'texsis', 'thumbpdf', 'generic', + 'tugboat-plain','plain', 'wasy2', 'plain', 'xltxtra', 'xelatex', 'xmlplay', 'xmltex', @@ -574,6 +574,7 @@ $standardfmt='latex'; 'textpath', 'metapost', 'thumbpdf', 'generic', 'trajan', 'fonts', + 'tugboat-plain','plain', 'txfonts', 'fonts', 'velthuis', 'fonts', 'voss-de', 'german', @@ -608,7 +609,6 @@ $standarddocfmt='latex'; 'stmaryrd', 'stmaryrd.dtx', 'thesis', 'install.01|install.ndx', 'toptesi', 'NULL', - 'tugboat', 'tugboat.ins', 'xltxtra', 'NULL', # can't rebuild without xetex ); $standardins='\.ins'; @@ -724,6 +724,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$'; 'ticket', "\.tdf|$standardtex", 'titlesec', '\.tss|\.sty|ttlhref.tex|\.def', 'tools', '\.cfg|\.sty|\.clo|\.cls|\.def|\.fd$|.?\.tex|^\.tex$', + 'tugboat-plain',"$standardtex|\.cmn", 'vhistory', '\.sty', # not hyperref.cfg 'wasy2', 'wasyfont\.tex', 'wordcount', '\.tex', @@ -2186,21 +2187,6 @@ sub MAKEtexdraw { killfiles($cleanpatt); } -# tugboat has both plain and latex files, which we are not set up for. -# move the plain files manually, then handle latex normally. -# -sub MAKEtugboat { - print "\t SPECIAL tugboat\n"; - &setup (); - chdir("$DEST/doc/$whichdocformat/$package"); - # - &SYSTEM ("mkdir -p $DEST/doc/plain/tugboat $DEST/tex/plain/tugboat"); - &SYSTEM ("$MV plain/README plain/tubguide* $DEST/doc/plain/tugboat"); - &SYSTEM ("$MV plain/tug* $DEST/tex/plain/tugboat"); - # - &donormal (); # handle latex -} - sub MAKEexpressg { &setup; chdir("$DEST/doc/$whichdocformat/$package"); |