texlive[71436] trunk: show compile-time defaults for MKTEX* as

commits+karl at tug.org commits+karl at tug.org
Wed Jun 5 03:12:02 CEST 2024


Revision: 71436
          https://tug.org/svn/texlive?view=revision&revision=71436
Author:   karl
Date:     2024-06-05 03:12:02 +0200 (Wed, 05 Jun 2024)
Log Message:
-----------
show compile-time defaults for MKTEX* as comments

Modified Paths:
--------------
    trunk/Build/source/texk/kpathsea/ChangeLog
    trunk/Build/source/texk/kpathsea/texmf.cnf
    trunk/Master/texmf-dist/web2c/texmf.cnf

Modified: trunk/Build/source/texk/kpathsea/ChangeLog
===================================================================
--- trunk/Build/source/texk/kpathsea/ChangeLog	2024-06-04 23:41:45 UTC (rev 71435)
+++ trunk/Build/source/texk/kpathsea/ChangeLog	2024-06-05 01:12:02 UTC (rev 71436)
@@ -1,3 +1,8 @@
+2024-06-04  Karl Berry  <karl at freefriends.org>
+
+	* texmf.cnf (MKTEXPK, etc.): adjust values shown to the
+	compile-time defaults, as given in kpathsea/ac/mktex.ac.
+
 2024-03-17  Karl Berry  <karl at tug.org>
 
 	* texmf.cnf (shell_escape_commands): add l3sys-query

Modified: trunk/Build/source/texk/kpathsea/texmf.cnf
===================================================================
--- trunk/Build/source/texk/kpathsea/texmf.cnf	2024-06-04 23:41:45 UTC (rev 71435)
+++ trunk/Build/source/texk/kpathsea/texmf.cnf	2024-06-05 01:12:02 UTC (rev 71436)
@@ -738,9 +738,9 @@
 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
@@ -747,12 +747,12 @@
 % 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.

Modified: trunk/Master/texmf-dist/web2c/texmf.cnf
===================================================================
--- trunk/Master/texmf-dist/web2c/texmf.cnf	2024-06-04 23:41:45 UTC (rev 71435)
+++ trunk/Master/texmf-dist/web2c/texmf.cnf	2024-06-05 01:12:02 UTC (rev 71436)
@@ -738,9 +738,9 @@
 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
@@ -747,12 +747,12 @@
 % 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.



More information about the tex-live-commits mailing list.