diff options
Diffstat (limited to 'Build/source/doc/tlbuild.texi')
-rw-r--r-- | Build/source/doc/tlbuild.texi | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/Build/source/doc/tlbuild.texi b/Build/source/doc/tlbuild.texi index 27a5b28abf1..74f248f5f33 100644 --- a/Build/source/doc/tlbuild.texi +++ b/Build/source/doc/tlbuild.texi @@ -523,7 +523,7 @@ otherwise, they are given by their usual Autoconf defaults: @var{infodir} @var{datarootdir}/info @end example -@noindent @dots{} except possibly modified as follows: +@noindent except possibly modified as follows: @itemize @bullet @item @@ -753,8 +753,8 @@ To avoid unnecessary runs of @code{bison}, @code{flex}, or Here is a brief description of the top-level directories in the @TL{} source tree. -As mentioned at the beginning of the chapter (@pxref{Overview of build -system}), the main source directories are @file{texk/} +As mentioned at the beginning of @pxref{Overview of build +system}, the main source directories are @file{texk/} (@TeX{}-specific programs and libraries), @file{utils/} (additional programs), and @file{libs/} (generic libraries). @@ -1467,8 +1467,8 @@ described here. The command@*@ @ @ @code{configure --help}@*at the top level gives an exhaustive list of all global options and a few important module-specific ones, whereas, e.g.,@*@ @ @ @code{texk/lcdf-typetools/configure --help}@* also displays the -@code{lcdf-typetools} specific options, which are not shown by the -top-level @code{--help}. +@code{lcdf-typetools} specific options, which are not shown at the +top-level. @cindex environment variables, for @code{configure} The help text also mentions several influential environment variables, @@ -1808,6 +1808,11 @@ support for Metafont (EPSF output, @code{mftalk}, old terminals, @dots{}). support; ignored for a native @TL{} build, defaults are again defined in @file{texk/web2c/ac/web2c.ac}. +@vindex --disable-synctex +@cindex synctex +@noindent @code{--disable-synctex} +@*Do not build the @code{SyncTeX} library and tool. + @node Configure options for @file{texk/bibtex-x} @subsection Configure options for @file{texk/bibtex-x} |