summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-25 22:15:36 +0000
committerKarl Berry <karl@freefriends.org>2019-03-25 22:15:36 +0000
commit7333c89e7a975c71d5c0c727a80e20d2b090d048 (patch)
treeb70151fa0b44610e4204dfab54d9f32cf4761db6
parent87e7493a519d6a3947b306b40adc23bb8b954010 (diff)
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@50596 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Build/source/texk/tests/TeXLive/TLUtils.pm4
-rw-r--r--Build/source/texk/texlive/tl_scripts/fmtutil.cnf3
-rw-r--r--Master/texmf-dist/web2c/texmf.cnf12
-rw-r--r--Master/tlpkg/doc/howto-translations.txt4
4 files changed, 13 insertions, 10 deletions
diff --git a/Build/source/texk/tests/TeXLive/TLUtils.pm b/Build/source/texk/tests/TeXLive/TLUtils.pm
index 8c3be67da98..121b6db5f6e 100644
--- a/Build/source/texk/tests/TeXLive/TLUtils.pm
+++ b/Build/source/texk/tests/TeXLive/TLUtils.pm
@@ -5,7 +5,7 @@
package TeXLive::TLUtils;
-my $svnrev = '$Revision: 50427 $';
+my $svnrev = '$Revision: 50493 $';
my $_modulerevision = ($svnrev =~ m/: ([0-9]+) /) ? $1 : "unknown";
sub module_revision { return $_modulerevision; }
@@ -376,7 +376,7 @@ sub platform_desc {
'amd64-kfreebsd' => 'GNU/kFreeBSD on x86_64',
'amd64-netbsd' => 'NetBSD on x86_64',
'armel-linux' => 'GNU/Linux on ARM',
- 'armhf-linux' => 'GNU/Linux on ARMv6 (RPi)',
+ 'armhf-linux' => 'GNU/Linux on ARMv6/RPi',
'hppa-hpux' => 'HP-UX',
'i386-cygwin' => 'Cygwin on Intel x86',
'i386-darwin' => 'MacOSX legacy (10.5-10.6) on Intel x86',
diff --git a/Build/source/texk/texlive/tl_scripts/fmtutil.cnf b/Build/source/texk/texlive/tl_scripts/fmtutil.cnf
index d382bc94f80..bc5db8a5d50 100644
--- a/Build/source/texk/texlive/tl_scripts/fmtutil.cnf
+++ b/Build/source/texk/texlive/tl_scripts/fmtutil.cnf
@@ -1,4 +1,4 @@
-# Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Sun May 15 03:17:09 2016
+# Generated by /home/texlive/karl/Master/bin/x86_64-linux/tlmgr on Sat Mar 23 02:25:32 2019
# Originally written by Thomas Esser, 1998. Public domain.
#
# As of TeX Live 2015, fmtutil reads *all* fmtutil.cnf files found.
@@ -58,6 +58,7 @@ pdfcslatex pdftex - -etex cslatex.ini
# from csplain:
csplain pdftex - -etex -enc csplain-utf8.ini
pdfcsplain pdftex - -etex -enc csplain-utf8.ini
+luacsplain luatex - -etex csplain.ini
pdfcsplain xetex - -etex csplain.ini
pdfcsplain luatex - -etex csplain.ini
#
diff --git a/Master/texmf-dist/web2c/texmf.cnf b/Master/texmf-dist/web2c/texmf.cnf
index c951999fa74..97ed2a78714 100644
--- a/Master/texmf-dist/web2c/texmf.cnf
+++ b/Master/texmf-dist/web2c/texmf.cnf
@@ -109,12 +109,12 @@ TEXMFAUXTREES = {}
% the search paths. tlmgr takes care to end any value with a trailing comma.
TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
-% Where to look for ls-R files. There need not be an ls-R in the
-% directories in this path, but if there is one, Kpathsea will use it.
-% By default, this is only the !! elements of TEXMF, so that mktexlsr
-% does not create ls-R files in the non-!! elements -- because if an
-% ls-R is present, it will be used, and the disk will not be searched.
-% This is arguably a bug in kpathsea.
+% 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
+% create ls-R files in the non-!! elements -- because if an ls-R is
+% present, it will be used, and the disk will not (usually) be searched,
+% regardless of !!. Although in principle a directory listed here need
+% not contain an ls-R file, in practice they all should.
TEXMFDBS = {!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
% The system trees. These are the trees that are shared by all users.
diff --git a/Master/tlpkg/doc/howto-translations.txt b/Master/tlpkg/doc/howto-translations.txt
index 157cf589e76..d579e7ef5cc 100644
--- a/Master/tlpkg/doc/howto-translations.txt
+++ b/Master/tlpkg/doc/howto-translations.txt
@@ -11,7 +11,8 @@ regular intervals.
Here are explanations for gtranslator and poedit. I (np) prefer now
gtranslator because it keeps the strings where no changes have been
made in the format as they were, so there will be less commits and
-smaller commits.
+smaller commits. Another possibility is lokalize (please send details if
+you know them).
Testing your translations: Please try
@@ -21,6 +22,7 @@ Testing your translations: Please try
This will give warnings *in*the*terminal* which strings haven't been
translated.
+Don't forget to update the PO-Revision-Date: near the top of the .po file!
Using gtranslator (gtranslator.sf.net)
--------------------------------------