summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-linked-scripts3
-rw-r--r--Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc2
-rw-r--r--Master/tlpkg/tlpsrc/xetex.tlpsrc13
3 files changed, 14 insertions, 4 deletions
diff --git a/Master/tlpkg/bin/tl-update-linked-scripts b/Master/tlpkg/bin/tl-update-linked-scripts
index c589c8e24bb..dfdc3370cf4 100755
--- a/Master/tlpkg/bin/tl-update-linked-scripts
+++ b/Master/tlpkg/bin/tl-update-linked-scripts
@@ -10,7 +10,8 @@ Master=`cd $mydir/../.. && pwd`
compare_and_copy () {
for file in "$@"; do
#echo "comparing $Src/$file to $Dest..."
- echo "$file" | grep '/context.sh$' >/dev/null && continue # context in flux
+ # context is its own thing, don't try to handle here.
+ echo "$file" | grep '/context.sh$' >/dev/null && continue
cmp -s $Src/$file $Dest/$file && continue
diff --git a/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc b/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc
index b2be69cf82f..8d05890de8e 100644
--- a/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/texlive-scripts-extra.tlpsrc
@@ -21,6 +21,8 @@ runpattern f texmf-dist/texconfig/g/*
runpattern f texmf-dist/texconfig/v/*
runpattern f texmf-dist/texconfig/x/*
+# list scripts individually since a few are included in other packages,
+# such as fontinst.
binpattern f bin/${ARCH}/allcm
binpattern f bin/${ARCH}/allcm
binpattern f bin/${ARCH}/allneeded
diff --git a/Master/tlpkg/tlpsrc/xetex.tlpsrc b/Master/tlpkg/tlpsrc/xetex.tlpsrc
index 57f8dc343b9..5fed3d59933 100644
--- a/Master/tlpkg/tlpsrc/xetex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/xetex.tlpsrc
@@ -1,5 +1,9 @@
category TLCore
+depend xetexconfig
+depend latex
+depend dvipdfmx
+
tlpsetvar fmtcomm cm,hyphen-base,tex-ini-files,unicode-data
#
execute AddFormat name=xetex engine=xetex patterns=language.def \
@@ -29,6 +33,9 @@ binpattern f bin/${ARCH}/xelatex
binpattern f bin/${ARCH}/xetex
binpattern f bin/${ARCH}/teckit_compile
-depend xetexconfig
-depend latex
-depend dvipdfmx
+# The wrappers that (eventually) invoke gs with unsafe options,
+# to support pstricks.
+runpattern f texmf-dist/scripts/texlive-extra/xetex-unsafe.sh
+runpattern f texmf-dist/scripts/texlive-extra/xelatex-unsafe.sh
+docpattern f texmf-dist/doc/man/man1/xelatex-unsafe.*
+docpattern f texmf-dist/doc/man/man1/xetex-unsafe.*