texlive[52167] trunk: doc,sync

commits+karl at tug.org commits+karl at tug.org
Tue Sep 24 18:02:28 CEST 2019


Revision: 52167
          http://tug.org/svn/texlive?view=revision&revision=52167
Author:   karl
Date:     2019-09-24 18:02:28 +0200 (Tue, 24 Sep 2019)
Log Message:
-----------
doc,sync

Modified Paths:
--------------
    trunk/Build/source/doc/build-tools.txt
    trunk/Build/source/doc/tlbuild.info
    trunk/Master/tlpkg/TeXLive/TLPDB.pm
    trunk/Master/tlpkg/bin/c2lx

Modified: trunk/Build/source/doc/build-tools.txt
===================================================================
--- trunk/Build/source/doc/build-tools.txt	2019-09-23 23:53:27 UTC (rev 52166)
+++ trunk/Build/source/doc/build-tools.txt	2019-09-24 16:02:28 UTC (rev 52167)
@@ -1,7 +1,7 @@
 autoconf (GNU Autoconf) 2.69
 automake (GNU automake) 1.16.1
-bison (GNU Bison) 3.3.1
+bison (GNU Bison) 3.4.2
 flex 2.6.0
 ltmain.sh (GNU libtool) 2.4.6
 m4 (GNU M4) 1.4.18
-makeinfo (GNU texinfo) 6.6
+makeinfo (GNU texinfo) 6.7

Modified: trunk/Build/source/doc/tlbuild.info
===================================================================
(Binary files differ)

Modified: trunk/Master/tlpkg/TeXLive/TLPDB.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLPDB.pm	2019-09-23 23:53:27 UTC (rev 52166)
+++ trunk/Master/tlpkg/TeXLive/TLPDB.pm	2019-09-24 16:02:28 UTC (rev 52167)
@@ -290,6 +290,10 @@
     }
     if ($params{'media'}) {
       $media = $params{'media'};
+    } elsif (! -d $rootpath) {
+      # no point in going on if we don't even have a directory.
+      tlwarn("TLPDB: not a directory, not loading: $rootpath\n");
+      return 0;
     } elsif (-d "$rootpath/texmf-dist/web2c") {
       $media = 'local_uncompressed';
     } elsif (-d "$rootpath/texmf/web2c") { # older
@@ -300,7 +304,7 @@
       $media = 'local_compressed';
     } else {
       # we cannot find the right type, return zero, hope people notice
-      tlwarn("Cannot determine type of tlpdb from $rootpath!\n");
+      tlwarn("TLPDB: Cannot determine type of tlpdb from $rootpath!\n");
       return 0;
     }
   }

Modified: trunk/Master/tlpkg/bin/c2lx
===================================================================
--- trunk/Master/tlpkg/bin/c2lx	2019-09-23 23:53:27 UTC (rev 52166)
+++ trunk/Master/tlpkg/bin/c2lx	2019-09-24 16:02:28 UTC (rev 52167)
@@ -17,17 +17,15 @@
 cp /dev/null /tmp/first
 
 if test "x$1" = xe; then
-  shift
-  label=l2e
+  shift; label=l2e
   pkgs="amsmath cyrillic graphics tools latex"
   # latex-tds still has knuth psnfss; babel is separate
 elif test "x$1" = xdev; then
-  shift
-  label=ldev
+  shift; label=ldev
   pkgs="latex-amsmath-dev latex-graphics-dev latex-tools-dev latex-base-dev"
   # latex-tds still has knuth psnfss; babel is separate
 elif test "x$1" = x3; then
-  label=l3
+  shift; label=l3
   pkgs="l3kernel l3packages l3experimental l3build l3backend"
 else
   echo "$0: unknown latex type: $1 (one of: e dev 3)" >&2



More information about the tex-live-commits mailing list