diff options
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 9e543051097..f4eba82ef8f 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -442,7 +442,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'bibleref' => '&POSTlatex2html', 'datetime' => '&POSTlatex2html', 'doipubmed' => '&POSTlatex2html', - 'expl3' => '&POSTexpl3', 'fpl' => '&POSTfpl', 'glossaries' => '&POSTglossaries', 'ibygrk' => '&POSTibygrk', @@ -3234,17 +3233,6 @@ sub POSTinteractiveworkbook &SYSTEM ("rmdir interactiveworkbook.sty"); } -# the l3 team promised to change the packaging some day, but... -sub POSTexpl3 -{ - print "POST$package - rearranging without project/ dir.\n"; - &xchdir ("$DEST"); - foreach $dir ("doc", "source", "tex") { - &SYSTEM ("$MV $dir/latex/project/expl3 $dir/latex"); - &SYSTEM ("rmdir $dir/latex/project"); - } -} - sub POSTknuth { print "POST$package - rearranging for texmf-doc\n"; |