You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.2 KiB
22 lines
1.2 KiB
diff -up texlive-20240311/source/texk/kpathsea/texmf.cnf.texinfo-fix texlive-20240311/source/texk/kpathsea/texmf.cnf
|
|
--- texlive-20240311/source/texk/kpathsea/texmf.cnf.texinfo-fix 2024-07-04 17:20:11.637094256 +0200
|
|
+++ texlive-20240311/source/texk/kpathsea/texmf.cnf 2024-07-04 17:29:01.466765113 +0200
|
|
@@ -86,6 +86,9 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
|
|
% to %USERPROFILE% on Windows, $HOME otherwise.
|
|
TEXMFHOME = ~/texmf
|
|
|
|
+% Texinfo on Fedora lives out of $TEXMFROOT
|
|
+TEXINFOHOME = $SELFAUTODIR/share/texmf
|
|
+
|
|
% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
|
|
TEXMFVAR = ~/.texlive2024/texmf-var
|
|
|
|
@@ -112,6 +115,7 @@ TEXMFAUXTREES = {}
|
|
% is defined (99% common case), no extra elements will be added to
|
|
% the search paths. tlmgr takes care to end any value with a trailing comma.
|
|
TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
|
|
+TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,$TEXINFOHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
|
|
|
|
% Where to look for, and where mktexlsr creates, ls-R files. By default,
|
|
% this is all and only the !! elements of TEXMF, so that mktexlsr does not
|