From cb559ae3adf334965c818a058f735fb0e9be92c4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 19 Jan 2019 17:15:05 +0000 Subject: define TEXMFLOCALEDIR for (currently) cweb translations git-svn-id: svn://tug.org/texlive/trunk@49757 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 5 +++++ Build/source/texk/kpathsea/texmf.cnf | 5 +++++ 2 files changed, 10 insertions(+) (limited to 'Build/source/texk/kpathsea') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 5d0e755174c..eb70526cc2b 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2019-01-19 Karl Berry + + * texmf.cnf (TEXMFLOCALEDIR): define as $TEXMFMAIN/locale, + for cweb translations now, and hopefully more later. + 2018-12-30 Karl Berry * texmf.cnf (shell_escape_commands): make that r-mpost. diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index 65c5c40c687..3c5ae3018c0 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -430,6 +430,11 @@ FC_CACHEDIR = $TEXMFSYSVAR/fonts/cache TEXDOCS = $TEXMF/doc// TEXSOURCES = $TEXMFDOTDIR;$TEXMF/source// +% Top-level directory for any string translations for the binaries, in +% the same structure as the usual system locale/ directories. This is a +% single directory, not a path. +TEXMFLOCALEDIR = $TEXMFMAIN/locale + % Web and CWeb input paths. WEBINPUTS = $TEXMFDOTDIR;$TEXMF/web// CWEBINPUTS = $TEXMFDOTDIR;$TEXMF/cweb// -- cgit v1.2.3