summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds8
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index c5de6c99c7b..ff76d7a4784 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -5086,16 +5086,16 @@ sub POSTcontext {
# clean up files Hans wants in his distribution but are confusing or
# problematic in TeX Live.
&SYSTEM ("$MV colors tex/context/colors");
+ &SYSTEM ("$RM -f context/data/texworks/configuration/smart-quotes-modes.txt~");
&SYSTEM ("$RM -rf fonts/truetype/hoekwater/lm/");# lmtypewriter10-regular.ttf
&SYSTEM ("$RM -rf fonts/data/tests/"); # texmfhome.otf
- &SYSTEM ("$RM -rf web2c/"); # context*cnf*, texlive2011cnf.lua
+ &SYSTEM ("$RM -rf web2c/"); # context*cnf*, texlive*cnf.lua
&SYSTEM ("find -name koeiel\* -o -name jmn | xargs rm -rf");
# remove mptopdf files, since they are in a separate package.
chomp (my @mptopdf_files = `tlpfiles mptopdf | sed 's,[^/]*/,,'`);
&SYSTEM ("$RM -f @mptopdf_files ");
&SYSTEM ("$RM doc/context/scripts/mkii/mptopdf.man");
- &SYSTEM ("$RM scripts/context/stubs/mswin/mptopdf.exe");
print "still POST$package - user-level executables\n";
# executables go in both the Master bin dir and the
@@ -5107,8 +5107,8 @@ sub POSTcontext {
my $pkg_subdir = "stubs/unix"; # where hans keeps them
&xchdir ("$DEST/scripts/$package/$pkg_subdir");
my @exec = ();
- for my $exec (qw(context ctxtools luatools
- mtxrun pstopdf texexec texmfstart)) {
+ for my $exec (qw(context contextjit luatools
+ mtxrun mtxrunjit texexec texmfstart)) {
&SYSTEM ("chmod a+x $exec");
&bindirs_symlink ($exec);
&build_scripts_copy ($exec, $pkg_subdir);