diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 6fcf20a9800..8c89d8c85bd 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -959,6 +959,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'apalike' => '&POSTapalike', 'biber' => '&POSTbiber', 'bibtex' => '&POSTbibtex', + 'chemmacros' => '&POSTchemmacros', 'context-games' => '&POSTcontext_games', 'coordsys' => '&POSTcoordsys', 'ctex' => '&POSTctex', @@ -4456,6 +4457,13 @@ sub POSTbibtex { &preserve_man_pages ("bibtex"); } +sub POSTchemmacros { + print "POST$package - move subdirectories\n"; + my $dstdir = "$DEST/tex/latex/$package"; + &xmkdir ($dstdir); + &SYSTEM ("$MV language pictures $dstdir/"); +} + sub POSTcontext_games { print "POST$package - remove duplicated fonts\n"; &SYSTEM ("$RM -rf fonts"); |