summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/csplain.tlpsrc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-12-08 23:57:24 +0000
committerKarl Berry <karl@freefriends.org>2015-12-08 23:57:24 +0000
commit0335a3df4d816368f03de1ff0d8c3186ac106fdc (patch)
treeaf857ed8f61467a960919b0e0126404f219b9023 /Master/tlpkg/tlpsrc/csplain.tlpsrc
parent764327a56d9427a905c325daf151f344d31b7117 (diff)
* bin/check-fmttriggers: new infrastructure script.
*.tlpsrc: add fmttriggers=, checked/created by check-fmttriggers. git-svn-id: svn://tug.org/texlive/trunk@39057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/csplain.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/csplain.tlpsrc21
1 files changed, 15 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/csplain.tlpsrc b/Master/tlpkg/tlpsrc/csplain.tlpsrc
index 43e11b65815..3782a131d41 100644
--- a/Master/tlpkg/tlpsrc/csplain.tlpsrc
+++ b/Master/tlpkg/tlpsrc/csplain.tlpsrc
@@ -1,17 +1,26 @@
depend tex
+
+# these invocations per author (Petr Olsak.)
+#
+tlpsetvar fmtcomm cm,cs,csplain,hyphen-base,plain
#
-# these invocations from Petr Olsak.
execute AddFormat name=csplain engine=pdftex \
- options="-etex -enc csplain-utf8.ini"
+ options="-etex -enc csplain-utf8.ini" \
+ fmttriggers=${fmtcomm},enctex
+#
execute AddFormat name=pdfcsplain engine=pdftex \
- options="-etex -enc csplain-utf8.ini"
+ options="-etex -enc csplain-utf8.ini" \
+ fmttriggers=${fmtcomm},enctex,pdftex
#
# intentionally no user-level executables for these formats, also named
-# pdfcsplain (a la ConTeXt).
+# pdfcsplain (a la ConTeXt), by author's request.
execute AddFormat name=pdfcsplain engine=xetex \
- options="-etex csplain.ini"
+ options="-etex csplain.ini" \
+ fmttriggers=${fmtcomm}
+#
execute AddFormat name=pdfcsplain engine=luatex \
- options="-etex csplain.ini"
+ options="-etex csplain.ini" \
+ fmttriggers=${fmtcomm},luatex,pdftex
#
binpattern f bin/${ARCH}/csplain
binpattern f bin/${ARCH}/pdfcsplain