diff options
author | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-06-18 14:07:29 +0000 |
commit | 7fb60a74aab3febff8b73f2c8485f038d6a5e8cf (patch) | |
tree | 4f53da62ca86575bffd6cab33eddf4ec1bedce6c /Master/tlpkg/tlpsrc/bin-xetex.tlpsrc | |
parent | 251011941e0fbafdda83480a711735c118a7fca0 (diff) |
its tlpsrc, not tlsrc now ...
updates to many of the tlpsrc
git-svn-id: svn://tug.org/texlive/trunk@4468 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/bin-xetex.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/bin-xetex.tlpsrc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/bin-xetex.tlpsrc b/Master/tlpkg/tlpsrc/bin-xetex.tlpsrc new file mode 100644 index 00000000000..83e00cf8784 --- /dev/null +++ b/Master/tlpkg/tlpsrc/bin-xetex.tlpsrc @@ -0,0 +1,25 @@ +name bin-xetex +category TLCore +shortdesc Unicode-enabled TeX. +longdesc XeTeX uses third-party libraries (TEC, ICU, fontconfig) to handle +longdesc Unicode and OpenType font. For Unix, we use the libraries +longdesc installed on the system. For Windows, we include them here. +execute BuildFormat xetex +runpattern f texmf/fmtutil/format.xetex.cnf +runpattern f texmf/web2c/xetex.pool +binpattern f bin/${ARCH}/T1Wrap +binpattern f bin/${ARCH}/xdv2pdf +binpattern f bin/${ARCH}/xdvipdfmx +binpattern f bin/${ARCH}/xelatex +binpattern f bin/${ARCH}/xeplain +binpattern f bin/${ARCH}/xetex +binpattern f bin/win32/TECkit_x86.dll +binpattern f bin/win32/cache/* +binpattern f bin/win32/conf/* +binpattern f bin/win32/conf/conf.d/* +binpattern f bin/win32/fc-* +binpattern f bin/win32/icu*.dll +binpattern f bin/win32/xdvipdfmx.exe +binpattern f bin/win32/xelatex.exe +binpattern f bin/win32/xetex.dll +binpattern f bin/win32/xetex.exe |