diff options
author | Karl Berry <karl@freefriends.org> | 2024-06-05 01:12:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-06-05 01:12:02 +0000 |
commit | dc7e64261a0dc8f27947faf8c8c422588f47ba7c (patch) | |
tree | 0fe764ad5b9ef6f0ca09cecc901604c148c24f79 /Master/texmf-dist/web2c | |
parent | ce15c3a3f44bb2411272896406008d44f7b32d98 (diff) |
show compile-time defaults for MKTEX* as comments
git-svn-id: svn://tug.org/texlive/trunk@71436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/web2c')
-rw-r--r-- | Master/texmf-dist/web2c/texmf.cnf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf index e3617310ab8..94d1b999fdf 100644 --- a/Master/texmf-dist/web2c/texmf.cnf +++ b/Master/texmf-dist/web2c/texmf.cnf @@ -738,21 +738,21 @@ log_openout.initex = f file_line_error_style = f % Enable the mktex... scripts by default? These must be set to 0 or 1. -% Particular programs can and do override these settings, for example -% dvips's -M option. Your first chance to specify whether the scripts -% are invoked by default is at configure time. +% The values shown here are the compile-time defaults for original TeX Live; +% they can be overridden at compile time with configure options, +% or at runtime with environment variables or program options. % % These values are ignored if the script names are changed; e.g., if you % set DVIPSMAKEPK to `foo', what counts is the value of the environment % variable/config value `FOO', not the `MKTEXPK' value. % %MKTEXTEX = 0 -%MKTEXPK = 0 -%MKTEXMF = 0 -%MKTEXTFM = 0 -%MKTEXFMT = 0 -%MKOCP = 0 -%MKOFM = 0 +%MKTEXPK = 1 +%MKTEXMF = 1 +%MKTEXTFM = 1 +%MKTEXFMT = 1 +%MKOCP = 1 +%MKOFM = 1 % Used by makempx to run TeX. We use "etex" because MetaPost is % expecting DVI, and not "tex" because we want first line parsing. |