summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-19 17:15:05 +0000
committerKarl Berry <karl@freefriends.org>2019-01-19 17:15:05 +0000
commitcb559ae3adf334965c818a058f735fb0e9be92c4 (patch)
tree8eccaa3b0bef35edb799e127074ecc3d4573e371 /Build
parent214d8aef6ae20e2e318d50f0b824b09dd618c74c (diff)
define TEXMFLOCALEDIR for (currently) cweb translations
git-svn-id: svn://tug.org/texlive/trunk@49757 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/texmf.cnf5
2 files changed, 10 insertions, 0 deletions
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 <karl@tug.org>
+
+ * texmf.cnf (TEXMFLOCALEDIR): define as $TEXMFMAIN/locale,
+ for cweb translations now, and hopefully more later.
+
2018-12-30 Karl Berry <karl@tug.org>
* 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//