diff options
Diffstat (limited to 'Build/source/texk')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 13 |
2 files changed, 13 insertions, 5 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 2f1626d804e..780ad2adfe3 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2011-03-01 Karl Berry <karl@tug.org> + + * texmf.cnf: be more explicit that all trees, including TEXMFHOME, + must follow the TDS> + 2011-03-01 Peter Breitenlohner <peb@mppmu.mpg.de> * mingw32.[ch]: Drop win32_system(); this was a workaround for a diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index f462563dc94..6281530637a 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -45,11 +45,14 @@ % This is the parent directory of our several trees, i.e., % /usr/local/texlive/YYYY in the original TeX Live distribution. % +% All trees must be organized according to the TeX Directory Structure +% (http://tug.org/tds), or files may not be found. +% % Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. TEXMFROOT = $SELFAUTOPARENT % The tree containing runtime files related to the specific -% distribution and version: +% distribution and version. TEXMFMAIN = $TEXMFROOT/texmf % The main tree of packages, distribution-agnostic: @@ -64,10 +67,10 @@ TEXMFSYSVAR = $TEXMFROOT/texmf-var % TEXMFSYSCONFIG, where *-sys store configuration data. TEXMFSYSCONFIG = $TEXMFROOT/texmf-config -% Per-user texmf trees. To define more than one per-user tree, set this -% to a list of directories in braces, as described above. -% (This used to be HOMETEXMF.) -% ~ expands to %USERPROFILE% on Window, $HOME otherwise. +% Per-user texmf tree(s) -- organized per the TDS, as usual. To define +% more than one per-user tree, set this to a list of directories in +% braces, as described above. (This used to be HOMETEXMF.) ~ expands +% to %USERPROFILE% on Window, $HOME otherwise. TEXMFHOME = ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. |