diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-29 11:23:34 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-07-29 11:23:34 +0000 |
commit | ef285e6a49a93af098150d0b3125a34d3477ba55 (patch) | |
tree | 124a55595390d358e0cda8ae26f78e9a263e9a21 /Master/tlpkg/bin | |
parent | e7477f362711cc9d05dfa1ee71301fb34cce2d94 (diff) |
expl3 update (2008/06/20)
git-svn-id: svn://tug.org/texlive/trunk@9869 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index cace943c555..013dd508a8c 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -429,6 +429,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'bibleref' => '&POSTlatex2html', 'datetime' => '&POSTlatex2html', 'doipubmed' => '&POSTlatex2html', + 'expl3' => '&POSTexpl3', 'fpl' => '&POSTfpl', 'glossaries' => '&POSTglossaries', 'ibygrk' => '&POSTibygrk', @@ -3220,6 +3221,17 @@ 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"; |