From 3dfbe56c2278f9bc63a4727b99073287d212a0d7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 6 Feb 2012 01:28:09 +0000 Subject: chemmacros, with language/ and pictures/ in runtime (5feb12) git-svn-id: svn://tug.org/texlive/trunk@25309 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Master/tlpkg') 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"); -- cgit v1.2.3