summaryrefslogtreecommitdiff
path: root/Master/tlpkg/dev/profiles/TLinfra+exe.pro
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-01 02:04:28 +0000
committerKarl Berry <karl@freefriends.org>2018-08-01 02:04:28 +0000
commitc70a9d62d23e2c3bd11719ef5af274c9a0c8471c (patch)
treeeac9b16dbb002e5ad79ff8067f7763187eef7dcb /Master/tlpkg/dev/profiles/TLinfra+exe.pro
parent93cb3b67055ad40191ca6c7556e876ea5c05bd29 (diff)
bin/tl-makeself-from-tlnet: new -- --debug option for embedded script;
copy Windows support files into archive; special case installation of xz.exe, wget.exe, tar.exe if we are updating the win32 platform. https://github.com/amaxwell/tlutility/issues/65 bin/tl-try-makeself: allow args to override, default to /tmp/krit and /tmp/ki. bin/tl-try-install: allow arg to specify profile; doc. dev/profiles/TLinfra+exe.pro: new test profile with multiple platforms, including Windows. Doc updates to other *.pro. install-tl: do not output Perl warning if binary_* is specified without a value; doc. (Not yet implemented: should give our own warning.) git-svn-id: svn://tug.org/texlive/trunk@48328 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/dev/profiles/TLinfra+exe.pro')
-rw-r--r--Master/tlpkg/dev/profiles/TLinfra+exe.pro20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/tlpkg/dev/profiles/TLinfra+exe.pro b/Master/tlpkg/dev/profiles/TLinfra+exe.pro
new file mode 100644
index 00000000000..561cdf1c296
--- /dev/null
+++ b/Master/tlpkg/dev/profiles/TLinfra+exe.pro
@@ -0,0 +1,20 @@
+# $Id: TLinfra.pro 44249 2017-05-08 17:26:47Z karl $
+# infrastructure only, installing several binary sets, including Windows.
+selected_scheme scheme-infraonly
+TEXDIR /tmp/ki
+TEXMFHOME /tmp/ki/user/home
+TEXMFLOCAL /tmp/ki/texmf-local
+TEXMFSYSCONFIG /tmp/ki/sys/config
+TEXMFSYSVAR /tmp/ki/sys/var
+TEXMFCONFIG /tmp/ki/user/config
+TEXMFVAR /tmp/ki/user/var
+option_doc 0
+option_fmt 0
+option_src 0
+option_adjustrepo 0
+binary_armhf_linux 1
+binary_i386-cygwin 1
+binary_win32 1
+binary_x86_64-cygwin 1
+binary_x86_64-darwin 1
+binary_x86_64-linux 1