summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-03-31 11:16:52 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-03-31 11:16:52 +0000
commit5c5b548aadf7d701590baa9b2cb01184dae26e9b (patch)
treeaa77b80c0ad01a676747056188c370345fc0d8f5 /Build/source
parentc9a9e104c684ae274776f02ce27d3647a2d911ba (diff)
Update texlive.info
git-svn-id: svn://tug.org/texlive/trunk@33333 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/doc/build.texi22
-rw-r--r--Build/source/doc/texlive.info72
-rw-r--r--Build/source/doc/texlive.texi4
3 files changed, 51 insertions, 47 deletions
diff --git a/Build/source/doc/build.texi b/Build/source/doc/build.texi
index 46b54eddd09..a038c67a28e 100644
--- a/Build/source/doc/build.texi
+++ b/Build/source/doc/build.texi
@@ -265,7 +265,7 @@ with them is the @TL{} (plain text) database and/or the @TL{} installer.
@section The @TL{} Source Tree
The @TL{} source tree is the subtree rooted at @file{Build/source} of the
-complete @TL{} tree and contains the sources for all @TL{} executables as
+@TL{} distribution and contains the sources for all @TL{} executables as
well as @command{make} rules to build and install them together with some of
their support files.
@@ -289,10 +289,10 @@ The files in the SVN repository @url{svn://tug.org/texlive/trunk} are all up
to date, but this need not be reflected by their timestamps. To avoid
unnecessary runs of @command{bison}, @command{flex}, or @command{makeinfo}
it may be necessary to @command{touch} the generated (@file{.c}, @file{.h},
-or @file{.info}) files. With @code{--enable-maintainer-mode} mode it may
-also be necessary to @command{touch} first @file{aclocal.m4}, then
-@file{configure} and @file{config.h.in} (or @file{c-auto.in}), and finally
-all @file{Makefile.in} files.
+or @file{.info}) files. With @code{--enable-maintainer-mode} it may also be
+necessary to @command{touch} first @file{aclocal.m4}, then @file{configure}
+and @file{config.h.in} (or @file{c-auto.in}), and finally all
+@file{Makefile.in} files.
@node Top Levels
@subsection The Top-Level Directories
@@ -450,7 +450,7 @@ Call @code{AC_SYS_LARGEFILE} and @code{AC_FUNC_FSEEKO} and append suitable
@subsubsection Flags for Libraries and Headers
-Each library module @file{libs/@var{lib}} or @file{texk/@var{lib}} there is
+Each library module @file{libs/@var{lib}} or @file{texk/@var{lib}} is
supplemented by a macro @code{KPSE_@var{LIB}_FLAGS} that provides make
variables for that library. For, e.g., @file{libs/libpng} there is:
@@ -997,7 +997,7 @@ If enabled (at present the default for all platforms), prevents
such as @file{libexpat}.
@noindent @code{--with-mf-x-toolkit} @* Use the X toolkit (@file{libXt}) for
-METAFONT (default is yes).
+METAFONT (default is no).
@noindent @code{--enable-*win} @* Include various types of other window
support for METAFONT.
@@ -1059,7 +1059,7 @@ The default is @code{motif} if available, else @code{xaw}.
@subsubsection Configure Options for @file{texk/texlive}
@noindent @code{--disable-linked-scripts} @* Do not install the "linked
-script" but install the @TL{} scripts required to run @command{texlinks}.
+scripts" but install the @TL{} scripts required to run @command{texlinks}.
@subsubsection Configure Options for @file{utils/xindy}
@@ -1125,7 +1125,9 @@ better) of @code{poppler} for @code{LuaTeX} and @code{XeTeX} (and
of @code{poppler} (and @file{pkg-config}) for @code{pdfTeX} instead of
@code{xpdf} from the @TL{} tree.
-REFER to @code{--disable-largefile}
+The size of @code{PDF} images included by @file{pdftex} must be @math{<4}GB
+when using @file{xpdf} and @math{<2}GB when using @file{poppler} versions
+@math{<0.23} (even on 64-bit systems with LFS).
@node Variable Assignments
@subsection Interesting and/or Important Variables
@@ -1138,7 +1140,7 @@ compilations.)
@subsubsection @code{CC}, @code{CXX}, @code{CPPFLAGS}, @dots{}
As usual, these variables specify the name (or full path) of compilers,
-preprocessor flags, and similar.
+value of preprocessor flags, and similar.
@subsubsection @code{FT2_CONFIG}, @code{ICU_CONFIG}, @code{PKG_CONFIG}
diff --git a/Build/source/doc/texlive.info b/Build/source/doc/texlive.info
index df97238daa2..91521871329 100644
--- a/Build/source/doc/texlive.info
+++ b/Build/source/doc/texlive.info
@@ -1,7 +1,7 @@
This is texlive.info, produced by makeinfo version 5.2 from
texlive.texi.
-This file documents the TeX Live system, etc.
+This file documents the TeX Live distribution.
Copyright (C) 2013, 2014 Karl Berry, Peter Breitenlohner, & Norbert
Preining.
@@ -47,8 +47,8 @@ File: texlive.info, Node: Introduction, Next: Build System, Prev: Top, Up: T
1 Introduction
**************
-This manual corresponds to version 2014 of the TeX Live system, released
-in March 2014.
+This manual corresponds to version 2014 of the TeX Live distribution,
+released in March 2014.
1.1 TeX Live Mailing Lists
==========================
@@ -335,7 +335,7 @@ File: texlive.info, Node: Source Tree, Next: Configure Options, Prev: Buildin
============================
The TeX Live source tree is the subtree rooted at 'Build/source' of the
-complete TeX Live tree and contains the sources for all TeX Live
+TeX Live distribution and contains the sources for all TeX Live
executables as well as 'make' rules to build and install them together
with some of their support files.
@@ -371,9 +371,9 @@ configure option '--enable-maintainer-mode'.
up to date, but this need not be reflected by their timestamps. To
avoid unnecessary runs of 'bison', 'flex', or 'makeinfo' it may be
necessary to 'touch' the generated ('.c', '.h', or '.info') files. With
-'--enable-maintainer-mode' mode it may also be necessary to 'touch'
-first 'aclocal.m4', then 'configure' and 'config.h.in' (or 'c-auto.in'),
-and finally all 'Makefile.in' files.
+'--enable-maintainer-mode' it may also be necessary to 'touch' first
+'aclocal.m4', then 'configure' and 'config.h.in' (or 'c-auto.in'), and
+finally all 'Makefile.in' files.

File: texlive.info, Node: Top Levels, Next: Autoconf Macros, Up: Source Tree
@@ -509,9 +509,9 @@ additional checks.
2.3.2.5 Flags for Libraries and Headers
.......................................
-Each library module 'libs/LIB' or 'texk/LIB' there is supplemented by a
-macro 'KPSE_LIB_FLAGS' that provides make variables for that library.
-For, e.g., 'libs/libpng' there is:
+Each library module 'libs/LIB' or 'texk/LIB' is supplemented by a macro
+'KPSE_LIB_FLAGS' that provides make variables for that library. For,
+e.g., 'libs/libpng' there is:
-- Macro: KPSE_LIBPNG_FLAGS
@@ -1050,7 +1050,7 @@ If enabled (at present the default for all platforms), prevents
such as 'libexpat'.
'--with-mf-x-toolkit'
-Use the X toolkit ('libXt') for METAFONT (default is yes).
+Use the X toolkit ('libXt') for METAFONT (default is no).
'--enable-*win'
Include various types of other window support for METAFONT.
@@ -1122,7 +1122,7 @@ default is 'motif' if available, else 'xaw'.
............................................
'--disable-linked-scripts'
-Do not install the "linked script" but install the TeX Live scripts
+Do not install the "linked scripts" but install the TeX Live scripts
required to run 'texlinks'.
2.4.2.9 Configure Options for 'utils/xindy'
@@ -1195,7 +1195,9 @@ Use a system version (0.18 or better) of 'poppler' for 'LuaTeX' and
Use a system version (0.12 or better) of 'poppler' (and 'pkg-config')
for 'pdfTeX' instead of 'xpdf' from the TeX Live tree.
- REFER to '--disable-largefile'
+ The size of 'PDF' images included by 'pdftex' must be <4GB when using
+'xpdf' and <2GB when using 'poppler' versions <0.23 (even on 64-bit
+systems with LFS).

File: texlive.info, Node: Variable Assignments, Prev: Library Specific Options, Up: Configure Options
@@ -1211,7 +1213,7 @@ environment but that might not work for cross compilations.)
....................................
As usual, these variables specify the name (or full path) of compilers,
-preprocessor flags, and similar.
+value of preprocessor flags, and similar.
2.4.4.2 'FT2_CONFIG', 'ICU_CONFIG', 'PKG_CONFIG'
................................................
@@ -1532,26 +1534,26 @@ Index

Tag Table:
-Node: Top989
-Node: Introduction1378
-Node: Build System2698
-Node: Prerequisites4910
-Node: Building and Installing6298
-Node: Source Tree13645
-Node: Top Levels15655
-Node: Autoconf Macros17250
-Node: Library Modules23562
-Node: Program Modules27820
-Node: Extending30887
-Node: Configure Options34845
-Node: Global Options36349
-Node: Program Specific Options40649
-Node: Library Specific Options46225
-Node: Variable Assignments48138
-Node: Cross Compilation50664
-Node: Configuring51925
-Node: Problems53593
-Node: Coding Rules55258
-Node: Index59664
+Node: Top990
+Node: Introduction1379
+Node: Build System2705
+Node: Prerequisites4917
+Node: Building and Installing6305
+Node: Source Tree13652
+Node: Top Levels15656
+Node: Autoconf Macros17251
+Node: Library Modules23558
+Node: Program Modules27816
+Node: Extending30883
+Node: Configure Options34841
+Node: Global Options36345
+Node: Program Specific Options40645
+Node: Library Specific Options46221
+Node: Variable Assignments48260
+Node: Cross Compilation50795
+Node: Configuring52056
+Node: Problems53724
+Node: Coding Rules55389
+Node: Index59795

End Tag Table
diff --git a/Build/source/doc/texlive.texi b/Build/source/doc/texlive.texi
index 62ddbd00080..3811a520ae2 100644
--- a/Build/source/doc/texlive.texi
+++ b/Build/source/doc/texlive.texi
@@ -15,7 +15,7 @@
@set month-year March 2014
@copying
-This file documents the @TL{} system, etc.
+This file documents the @TL{} distribution.
Copyright @copyright{} 2013, 2014 Karl Berry, Peter Breitenlohner, & Norbert Preining.
@@ -103,7 +103,7 @@ to version @value{version}, released in @value{month-year}.
@cindex introduction
@cindex fundamental purpose of @TL{}
-This manual corresponds to version @value{version} of the @TL{} system,
+This manual corresponds to version @value{version} of the @TL{} distribution,
released in @value{month-year}.
@section @TL{} Mailing Lists