diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-18 08:30:17 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2015-03-18 08:30:17 +0000 |
commit | a38b370bf53c20d0c435281ec6704366554873aa (patch) | |
tree | 4bceb12726a86b4c437e7fc4a9ed1a66bf7e35fb /Build/source/doc/tlbuild.texi | |
parent | ca164f638617f301997a5004ce8ea6fa54642a88 (diff) |
Update tlbuild.info
git-svn-id: svn://tug.org/texlive/trunk@36553 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc/tlbuild.texi')
-rw-r--r-- | Build/source/doc/tlbuild.texi | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/Build/source/doc/tlbuild.texi b/Build/source/doc/tlbuild.texi index ecebe12f2b5..27a5b28abf1 100644 --- a/Build/source/doc/tlbuild.texi +++ b/Build/source/doc/tlbuild.texi @@ -959,14 +959,14 @@ that provides make variables for that library. E.g., for Provide the configure option @code{--with-system-libpng}. Set and @code{AC_SUBST} @code{make} variables for modules using this library (either an installed version or from the @TL{} tree): @code{LIBPNG_INCLUDES} for use -in CPPFLAGS, @code{LIBPNG_LIBS} for use in LDADD, @code{LIBPNG_DEPEND} for -use as dependency, and @code{LIBPNG_RULE} defining @code{make} rules to -rebuild the library. +in @code{CPPFLAGS}, @code{LIBPNG_LIBS} for use in @code{LDADD}, +@code{LIBPNG_DEPEND} for use as dependency, and @code{LIBPNG_RULE} defining +@code{make} rules to rebuild the library. @end defmac @defmac KPSE_ADD_FLAGS (@var{name}) -Temporarily extend CPPFLAGS and LIBS with the values required for the -library module @code{@var{name}}. +Temporarily extend @code{CPPFLAGS} and @code{LIBS} with the values required +for the library module @code{@var{name}}. @end defmac @defmac KPSE_RESTORE_FLAGS @@ -1184,11 +1184,10 @@ distributed by @TeX{} user groups, and have never been officially released for standalone use. @pindex --with-system-kpathsea -It is possible, and possibly even useful for distro builds -(@pxref{Distro builds}), to specify the configure option -@code{--with-system-kpathsea} in order to use a system version of the -library and it may then be necessary to specify -@code{--with-kpathsea-includes} and/or @code{--with-kpathsea-libdir}. +It is possible, and perhaps even useful for distro builds (@pxref{Distro +builds}), to specify the configure option @code{--with-system-kpathsea} in +order to use a system version of the library. Programs outside the TL tree +should use @code{pkg-config} for the required flags. @pindex kpathsea.ac @pindex mktex.ac @@ -1817,8 +1816,8 @@ in @file{texk/web2c/ac/web2c.ac}. @pindex bibtex8 @pindex bibtexu @pindex bibtex-x -The former programs @code{bibtex8} and @code{bibtexu} have been merged -into the module @code{bibtex-x} (extended Bib@TeX{}). +The programs @code{bibtex8} and @code{bibtexu} have been merged into the +module @code{bibtex-x} (extended Bib@TeX{}). @vindex --disable-bibtex8 @noindent @code{--disable-bibtex8}@*Do not build the @file{bibtex8} program. @@ -1844,7 +1843,7 @@ different) behavior. @vindex --disable-dvipdfmx @noindent @code{--disable-dvipdfmx}@*Do not build the @file{dvipdfmx} -program or create the @file{dvipdfm} symlink. +program with the @file{dvipdfm} symlink. @vindex --disable-xdvipdfmx @noindent @code{--disable-xdvipdfmx}@*Do not build the @file{xdvipdfmx} |