summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds16
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