summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds60
1 files changed, 0 insertions, 60 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 5e5e750f64e..75a5aac3e66 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -190,7 +190,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'ibycus-babel',"&MAKEibycusbabel",
'ibygrk', "&MAKEflatten",
'ifacmtg', "die 'skipping, nonfree license'",
- 'inversepath', "&MAKEinversepath",
'invoice', "&MAKEflatten",
'iwona', "&MAKEcopy",
'japanese', "die 'skipping, requires ptex'",
@@ -421,7 +420,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'glossaries' => '&POSTglossaries',
'ibygrk' => '&POSTibygrk',
'interactiveworkbook' => '&POSTinteractiveworkbook',
- 'inversepath' => '&POSTinversepath',
'koma-script' => '&POSTkoma',
'pgf' => '&POSTpgf',
'pst-cox' => '&POSTpstcox',
@@ -2558,56 +2556,6 @@ sub MAKEFAQen
&SYSTEM ("tar xzf FAQ-html.tar.gz && rm FAQ-html.tar.gz");
}
-# Almost donormal() but .ins overwites itself... Wrote to Will (2008/04/15)
-sub MAKEinversepath {
- 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;
-}
-
# all the lshort translations are pretty similar.
sub MAKElshort {
print "MAKElshort $package\n";
@@ -3187,14 +3135,6 @@ sub POSTinteractiveworkbook
&SYSTEM ("rmdir interactiveworkbook.sty");
}
-sub POSTinversepath
-{
- print "POST$package - moving dtx-style to source\n";
- my $dest = "$DEST/source/latex/$package";
- &SYSTEM ("mkdir -p $dest");
- &SYSTEM ("$MV dtx-style.sty $dest/");
-}
-
sub POSTkoma
{
print "POSTkoma - removing symlinks\n";