diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-10 22:25:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-10 22:25:05 +0000 |
commit | 3b56dac24396b4ca0cefca3cc6cd827c149c9848 (patch) | |
tree | 39610a3dcb32a0aab8bcb06e09b8c6f686d91787 /Master/tlpkg/libexec/ctan2tds | |
parent | 88c3cc5581852fce4c08c3d1494dbe90acb3ac87 (diff) |
ghsystem (8aug14)
git-svn-id: svn://tug.org/texlive/trunk@34895 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index c492954891a..86522121ec9 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1152,7 +1152,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'biblatex' => '&POSTbiblatex', 'bibtex' => '&POSTbibtex', 'cfr-lm' => '&POSTcfr_lm', - 'chemmacros' => '&POSTchemmacros', 'context' => '&POSTcontext', 'context-games' => '&POSTcontext_games', 'coordsys' => '&POSTcoordsys', @@ -1171,6 +1170,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'fixme' => '&POSTfixme', 'fpl' => '&POSTfpl', 'frenchle' => '&POST_rmsymlink', + 'ghsystem' => '&POSTghsystem', 'grverb' => '&POSTgrverb', 'ibygrk' => '&POSTibygrk', 'impatient' => '&POSTimpatient', @@ -5073,13 +5073,6 @@ 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 { print "POST$package - rearrange, remove\n"; &xchdir ($DEST); @@ -5196,6 +5189,13 @@ sub build_scripts_copy { } } +sub POSTghsystem { + print "POST$package - move subdirectories\n"; + my $dstdir = "$DEST/tex/latex/$package"; + &xmkdir ($dstdir); + &SYSTEM ("$MV language pictures $dstdir/"); +} + sub POSTmptopdf { # mptopdf needs a cut-down version of the context post routine. # But there are enough differences that trying to factor out the |