diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-18 22:47:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-18 22:47:27 +0000 |
commit | 8dcfaae2390adfd527d33be126acde7d741b9a5b (patch) | |
tree | 3f35e28492a7acf233be902b950e5f70753b03c1 /Build/source/texk/kpathsea/texmf.cnf | |
parent | ac34ac8d6df57b13afb4df6e02dd8ec692cd338a (diff) |
version updates in preparation for TL17
git-svn-id: svn://tug.org/texlive/trunk@43542 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/texmf.cnf')
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index aeb10efb88c..8d3f4938e9e 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/2016/texmf-dist/web2c/texmf.cnf, -% add your custom settings to /some/path/to/texlive/2016/texmf.cnf. +% installed in /some/path/to/texlive/2017/texmf-dist/web2c/texmf.cnf, +% add your custom settings to /some/path/to/texlive/2017/texmf.cnf. % % What follows is a super-summary of what this .cnf file can % contain. Please read the Kpathsea manual for more information. @@ -79,10 +79,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. -TEXMFVAR = ~/.texlive2016/texmf-var +TEXMFVAR = ~/.texlive2017/texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. -TEXMFCONFIG = ~/.texlive2016/texmf-config +TEXMFCONFIG = ~/.texlive2017/texmf-config % List all the texmf trees. For an explanation of what they are, see the % TeX Live manual. |