From 49cdd10ba6dfc461ce5e70b61695ba2aba0cbeb7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 18 May 2014 23:36:26 +0000 Subject: context from May 18 beta/cont-tmf.zip (11854476 bytes) git-svn-id: svn://tug.org/texlive/trunk@34112 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 8 ++++---- Master/tlpkg/tlpsrc/context.tlpsrc | 6 ++---- 2 files changed, 6 insertions(+), 8 deletions(-) (limited to 'Master/tlpkg') 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); diff --git a/Master/tlpkg/tlpsrc/context.tlpsrc b/Master/tlpkg/tlpsrc/context.tlpsrc index 43d42ad1930..7406be2a960 100644 --- a/Master/tlpkg/tlpsrc/context.tlpsrc +++ b/Master/tlpkg/tlpsrc/context.tlpsrc @@ -57,19 +57,17 @@ srcpattern +!d texmf-dist/source/context/third # docpattern +!d texmf-dist/doc/generic/tex-virtual-academy-pl/context docpattern +!d texmf-dist/doc/context/third -docpattern +f texmf-dist/doc/man/man1/ctxtools.* docpattern +f texmf-dist/doc/man/man1/luatools.* -docpattern +f texmf-dist/doc/man/man1/pstopdf.* docpattern +f texmf-dist/doc/man/man1/texexec.* docpattern +f texmf-dist/doc/man/man1/texmfstart.* docpattern +f texmf-dist/doc/man/man1/mtx-* docpattern +f texmf-dist/doc/man/man1/mtxrun.* # binpattern f bin/${ARCH}/context -binpattern f bin/${ARCH}/ctxtools +binpattern f bin/${ARCH}/contextjit binpattern f bin/${ARCH}/luatools binpattern f bin/${ARCH}/mtxrun -binpattern f bin/${ARCH}/pstopdf +binpattern f bin/${ARCH}/mtxrunjit binpattern f bin/${ARCH}/texexec binpattern f bin/${ARCH}/texmfstart binpattern f/win32 bin/win32/mtxrun.lua -- cgit v1.2.3