texlive[48517] Build/source/doc: bison 3.1, index and text tweaks

commits+karl at tug.org commits+karl at tug.org
Fri Aug 31 00:36:51 CEST 2018


Revision: 48517
          http://tug.org/svn/texlive?view=revision&revision=48517
Author:   karl
Date:     2018-08-31 00:36:50 +0200 (Fri, 31 Aug 2018)
Log Message:
-----------
bison 3.1, index and text tweaks

Modified Paths:
--------------
    trunk/Build/source/doc/build-tools.txt
    trunk/Build/source/doc/tlbuild.info
    trunk/Build/source/doc/tlbuild.texi

Modified: trunk/Build/source/doc/build-tools.txt
===================================================================
--- trunk/Build/source/doc/build-tools.txt	2018-08-30 22:31:28 UTC (rev 48516)
+++ trunk/Build/source/doc/build-tools.txt	2018-08-30 22:36:50 UTC (rev 48517)
@@ -1,6 +1,6 @@
 autoconf (GNU Autoconf) 2.69
 automake (GNU automake) 1.16.1
-bison (GNU Bison) 3.0.5
+bison (GNU Bison) 3.1
 flex 2.6.0
 ltmain.sh (GNU libtool) 2.4.6
 m4 (GNU M4) 1.4.18

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

Modified: trunk/Build/source/doc/tlbuild.texi
===================================================================
--- trunk/Build/source/doc/tlbuild.texi	2018-08-30 22:31:28 UTC (rev 48516)
+++ trunk/Build/source/doc/tlbuild.texi	2018-08-30 22:36:50 UTC (rev 48517)
@@ -2,7 +2,7 @@
 @setfilename tlbuild.info
 
 @set version 2018
- at set month-year April 2018
+ at set month-year August 2018
 
 @set mytitle Building @TeX{} Live (@value{version})
 @settitle @value{mytitle}
@@ -454,7 +454,7 @@
 @example
 mkdir mydir && cd mydir  # new working directory
 
-# Get sources (@url{http://tug.org/texlive/svn})
+# Get sources (@url{http://tug.org/texlive/svn}), e.g.:
 rsync -a --delete --exclude=.svn --exclude=Work \
       tug.org::tldevsrc/Build/source/ .
 
@@ -504,12 +504,12 @@
 For instance, if a non-MacOSX system does not have @code{fontconfig},
 Xe at TeX{} cannot be built (@pxref{Prerequisites}) and @code{configure}
 will terminate.  To proceed without such dependencies, specify
- at code{--enable-missing} also.  (Arguably this should happen
-automatically.)
+ at code{--enable-missing} also.
 
 @vindex CC=@var{c-compiler}
 @vindex CXX=@var{c++-compiler}
 @vindex OBJCXX=@var{objc-compiler}
+ at pindex gcc at r{, default compilers}
 By default, the @code{gcc} compilers will be used if present;
 otherwise, individual packages may use something different.  You can
 explicitly specify the compilers to be used with the environment



More information about the tex-live-commits mailing list