diff options
author | Karl Berry <karl@freefriends.org> | 2008-08-02 23:18:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-08-02 23:18:13 +0000 |
commit | 81dde574dee7e20779753c076ece922cdcba0fb0 (patch) | |
tree | 6fd6b740c2e6e9fd836ecef99b265445eb8dfae0 /Master/tlpkg/bin | |
parent | 1a1b8177153694d230e0fcc3f541b242330aa067 (diff) |
expl3 update (2aug08)
git-svn-id: svn://tug.org/texlive/trunk@10021 c570f23f-e606-0410-a88d-b1316a301751
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"; |