diff options
author | Karl Berry <karl@freefriends.org> | 2023-02-18 18:37:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-02-18 18:37:30 +0000 |
commit | 7f326f6942dc81b97699f20698fe017b15ef74fa (patch) | |
tree | b94c89caf1c83cb92df2314d5fe3d40d2532d5ae /Build/source/texk | |
parent | 87c0b7b2356dd13ce85d7e91818e129bbac7b5bf (diff) |
2023 pretest start (including first binaries, i386-cygwin removal)
git-svn-id: svn://tug.org/texlive/trunk@65877 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 8 |
2 files changed, 8 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 2515064b087..bff46ca87a8 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,7 @@ +2023-02-18 Karl Berry <karl@tug.org> + + * texmf.cnf (TEXMFVAR, TEXMFCONFIG, doc): 2023. + 2023-02-09 Karl Berry <karl@freefriends.org> * version.ac (kpse_dev): no more /dev. diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 8cc17505443..2c95dd2be56 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -4,8 +4,8 @@ % If you modify this original file, YOUR CHANGES WILL BE LOST when it is % updated. Instead, put your changes -- and only your changes, not an % entire copy! -- in ../../texmf.cnf. That is, if this file is -% installed in /some/path/to/texlive/2022/texmf-dist/web2c/texmf.cnf, -% put your custom settings in /some/path/to/texlive/2022/texmf.cnf. +% installed in /some/path/to/texlive/2023/texmf-dist/web2c/texmf.cnf, +% put your custom settings in /some/path/to/texlive/2023/texmf.cnf. % (Below, we use YYYY in place of the specific year.) % % What follows is a super-summary of what this .cnf file can @@ -84,10 +84,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. -TEXMFVAR = ~/.texlive2022/texmf-var +TEXMFVAR = ~/.texlive2023/texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. -TEXMFCONFIG = ~/.texlive2022/texmf-config +TEXMFCONFIG = ~/.texlive2023/texmf-config % This is the value manipulated by tlmgr's auxtrees subcommand in the % root texmf.cnf. Kpathsea warns about a literally empty string for a |