summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf/fmtutil/fmtutil-hdr.cnf7
-rw-r--r--Master/texmf/fmtutil/format.pdftex.cnf8
-rw-r--r--Master/texmf/fmtutil/format.xetex.cnf8
3 files changed, 16 insertions, 7 deletions
diff --git a/Master/texmf/fmtutil/fmtutil-hdr.cnf b/Master/texmf/fmtutil/fmtutil-hdr.cnf
index 060ebec0b75..19c833d2416 100644
--- a/Master/texmf/fmtutil/fmtutil-hdr.cnf
+++ b/Master/texmf/fmtutil/fmtutil-hdr.cnf
@@ -30,5 +30,10 @@
# format engine pattern-file arguments
# The last part of "arguments" must be the name of the file to run
-# initex (or another "ini"-engine) on.
+# initex (or another ini-engine) on. For historical reasons, that
+# filename may be preceded by a *, which is ignored.
+#
+# -ini is always passed to the engine by fmtutil.
+#
+# If no pattern-file is desired here, just use -.
diff --git a/Master/texmf/fmtutil/format.pdftex.cnf b/Master/texmf/fmtutil/format.pdftex.cnf
index 0d4eecfb6ae..3d68bb5d263 100644
--- a/Master/texmf/fmtutil/format.pdftex.cnf
+++ b/Master/texmf/fmtutil/format.pdftex.cnf
@@ -1,3 +1,5 @@
-etex pdftex language.def -translate-file=cp227.tcx *etex.ini
-pdftex pdftex - -translate-file=cp227.tcx *pdftex.ini
-pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
+# ----------------------------------------------------------------------
+# $Id$
+etex pdftex language.def -translate-file=cp227.tcx *pdftex.ini
+pdftex pdftex - -translate-file=cp227.tcx *pdftex.ini
+pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini
diff --git a/Master/texmf/fmtutil/format.xetex.cnf b/Master/texmf/fmtutil/format.xetex.cnf
index 68e4b0df356..5b258a51c93 100644
--- a/Master/texmf/fmtutil/format.xetex.cnf
+++ b/Master/texmf/fmtutil/format.xetex.cnf
@@ -1,3 +1,5 @@
-# XeTeX-based formats using etex, eplain, and latex macros
-xetex xetex - -etex xetex.ini
-xelatex xetex language.dat -etex xelatex.ini
+# ----------------------------------------------------------------------
+# $Id$
+# XeTeX-based formats.
+xetex xetex language.def -etex xetex.ini
+xelatex xetex language.dat -etex xelatex.ini