summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-02-06 01:28:09 +0000
committerKarl Berry <karl@freefriends.org>2012-02-06 01:28:09 +0000
commit3dfbe56c2278f9bc63a4727b99073287d212a0d7 (patch)
treed247078cbdc76db216f1c33c6416f94d8b90d5ed /Master/tlpkg
parenta851d6714a00e2a09b93ba3e251d8665290c0ab8 (diff)
chemmacros, with language/ and pictures/ in runtime (5feb12)
git-svn-id: svn://tug.org/texlive/trunk@25309 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
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");