texlive[50596] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Mon Mar 25 23:15:36 CET 2019


Revision: 50596
          http://tug.org/svn/texlive?view=revision&revision=50596
Author:   karl
Date:     2019-03-25 23:15:36 +0100 (Mon, 25 Mar 2019)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/texk/tests/TeXLive/TLUtils.pm
    trunk/Build/source/texk/texlive/tl_scripts/fmtutil.cnf
    trunk/Master/texmf-dist/web2c/texmf.cnf
    trunk/Master/tlpkg/doc/howto-translations.txt

Modified: trunk/Build/source/texk/tests/TeXLive/TLUtils.pm
===================================================================
--- trunk/Build/source/texk/tests/TeXLive/TLUtils.pm	2019-03-25 22:13:22 UTC (rev 50595)
+++ trunk/Build/source/texk/tests/TeXLive/TLUtils.pm	2019-03-25 22:15:36 UTC (rev 50596)
@@ -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 @@
     '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',

Modified: trunk/Build/source/texk/texlive/tl_scripts/fmtutil.cnf
===================================================================
--- trunk/Build/source/texk/texlive/tl_scripts/fmtutil.cnf	2019-03-25 22:13:22 UTC (rev 50595)
+++ trunk/Build/source/texk/texlive/tl_scripts/fmtutil.cnf	2019-03-25 22:15:36 UTC (rev 50596)
@@ -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 @@
 # 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
 #

Modified: trunk/Master/texmf-dist/web2c/texmf.cnf
===================================================================
--- trunk/Master/texmf-dist/web2c/texmf.cnf	2019-03-25 22:13:22 UTC (rev 50595)
+++ trunk/Master/texmf-dist/web2c/texmf.cnf	2019-03-25 22:15:36 UTC (rev 50596)
@@ -109,12 +109,12 @@
 % 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.

Modified: trunk/Master/tlpkg/doc/howto-translations.txt
===================================================================
--- trunk/Master/tlpkg/doc/howto-translations.txt	2019-03-25 22:13:22 UTC (rev 50595)
+++ trunk/Master/tlpkg/doc/howto-translations.txt	2019-03-25 22:15:36 UTC (rev 50596)
@@ -11,7 +11,8 @@
 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 @@
 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)
 --------------------------------------



More information about the tex-live-commits mailing list