diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-04-30 12:56:20 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2014-04-30 12:56:20 +0000 |
commit | 3132d9861f90a8d2e7cd26cf726e2775ecb62a42 (patch) | |
tree | c9ee4098d375fa12a87fd4c71cfc9c7654a8b3cf /Build/source/doc/tlbuild.texi | |
parent | 8f48783b53d20028a6d83f12501d2eaefcf0a98f (diff) |
Update
git-svn-id: svn://tug.org/texlive/trunk@33764 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc/tlbuild.texi')
-rw-r--r-- | Build/source/doc/tlbuild.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Build/source/doc/tlbuild.texi b/Build/source/doc/tlbuild.texi index 5222f490992..f434795ed44 100644 --- a/Build/source/doc/tlbuild.texi +++ b/Build/source/doc/tlbuild.texi @@ -2100,10 +2100,16 @@ Another problem arises if the build process must execute some (auxiliary or installable) programs. Auxiliary programs can be placed into a subdirectory that is configured natively as is done for @file{texk/web2c/web2c}, @file{texk/dvipsk/squeeze}, and -@file{texk/xdvik/squeeze}. The module @file{libs/freetype} uses the +@file{texk/xdvik/squeeze}. The module @file{libs/freetype2} uses the value of @code{CC_BUILD}, @file{@var{build}-gcc}, @file{gcc}, or @file{cc} as compiler for the auxiliary program. +@pindex txt2zlib +Building Lua@TeX{} (or LuaJIT@TeX{}) uses the auxiliary program +@file{txt2zlib} to create @file{pdflua.c} and, if necessary, update the +distributed version of that file. In a cross compilation we simply use that +distributed file. + @cindex ICU cross compiling The situation for installable programs needed by the build process is somewhat different. A quite expensive possibility, chosen for the ICU |