diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 7b5db3ac7dc..5e5e750f64e 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -202,7 +202,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'kuvio', "die 'skipping, nonfree license'", 'latex-veryshortguide', "die 'skipping, nosell license'", 'latexmp', "&MAKEflatten", - 'leading', "&MAKEleading", 'leawood', "&MAKEflatten", 'lettre', "&MAKEflatten", 'lexitex', "die 'skipping, camel has replaced'", @@ -424,7 +423,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'interactiveworkbook' => '&POSTinteractiveworkbook', 'inversepath' => '&POSTinversepath', 'koma-script' => '&POSTkoma', - 'leading' => '&POSTleading', 'pgf' => '&POSTpgf', 'pst-cox' => '&POSTpstcox', 'xecyr' => '&POSTxecyr', @@ -2561,56 +2559,6 @@ sub MAKEFAQen } # Almost donormal() but .ins overwites itself... Wrote to Will (2008/04/15) -sub MAKEleading { - print "doing MAKE$package... \n" - &setup; - chdir("$DEST/doc/$whichdocformat/$package"); - &buildfilelist; - - ## save the original .ins - &SYSTEM ("$CP $package.ins $package.ins.ori"); - - # run the .ins files (if any) supplied - $inspatt = $specialins{$package} || $standardins; - $Foundry = $specialfoundry{$package} || $standardfoundry; - &runins($inspatt); - - ## restore the original .ins - &SYSTEM ("$MV $package.ins.ori $package.ins"); - - # rebuild the list of files in the directory - &buildfilelist; - - if ($Foundry eq "metafont") { - &dosimplemf; - } else { - &domf; - } - - &dodvi; - # rebuild again, as we have .dvi files now - &buildfilelist; - &dobst; - &domp; - &dobib; - &doxmt; - &dotex; - &runfonts; - &domakeindex; - &doomega; - &dosource; - &dotype1; - &doscripts; - - # remove empty directories that we never used. - &SYSTEM ("rmdir $DEST/*/$whichformat/$package 2>/dev/null"); - - &killfiles ($specialclean{$package} || $standardclean); - my $postaction = $specialpostaction{$package}; - eval ($postaction) if $postaction; -} - -# Almost donormal() but .ins overwites itself... Wrote to Will (2008/04/15) sub MAKEinversepath { print "doing MAKE$package... \n" &setup; |