summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlpsrc/texlive.infra.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/texlive.infra.tlpsrc26
1 files changed, 21 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
index 9253507fa05..1197f2b7c6e 100644
--- a/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
+++ b/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
@@ -3,7 +3,7 @@ category TLCore
shortdesc basic TeX Live infrastructure
longdesc This package contains the files needed to get the TeX Live
longdesc tools (notably tlmgr) running. That comprises the perl modules,
-longdesc documentation, and the lzma binaries, plus tar and wget, sometimes.
+longdesc documentation, and the xz binaries, plus tar and wget, sometimes.
longdesc These files end up in the install packages.
#
# Until TL'09, reduce installed doc to just this file (which was present
@@ -27,12 +27,28 @@ runpattern f index.html
runpattern f release-texlive.txt
#
binpattern f/win32 tlpkg/installer/tar.exe
-binpattern f/win32 tlpkg/installer/lzma/lzmadec.win32.exe
-binpattern f/win32 tlpkg/installer/lzma/lzma.exe
+binpattern f/win32 tlpkg/installer/xz/xzdec.exe
+binpattern f/win32 tlpkg/installer/xz/xz.exe
binpattern f/win32 tlpkg/installer/wget/wget.exe
-binpattern f tlpkg/installer/lzma/lzmadec.${ARCH}
-binpattern f tlpkg/installer/lzma/lzma.${ARCH}
+binpattern f/i386-cygwin tlpkg/installer/xz/xzdec.i386-cygwin.exe
+binpattern f/i386-cygwin tlpkg/installer/xz/xz.i386-cygwin.exe
+binpattern f/!i386-cygwin tlpkg/installer/xz/xzdec.${ARCH}
+binpattern f/!i386-cygwin tlpkg/installer/xz/xz.${ARCH}
# we count on lots of platforms providing their own wget.
binpattern f/!i386-solaris,i386-linux,mips-irix,sparc-linux,alpha-linux,\
powerpc-linux,i386-freebsd,x86_64-linux \
tlpkg/installer/wget/wget.${ARCH}
+# former tlmgr stuff
+runpattern f texmf/web2c/fmtutil-hdr.cnf
+runpattern d texmf/scripts/texlive/tlmgrgui
+runpattern f texmf/scripts/texlive/tlmgr.pl
+runpattern f texmf/scripts/texlive/uninstall-win32.pl
+runpattern f texmf/web2c/updmap-hdr.cfg
+docpattern f texmf/doc/man/man1/tlmgr.*
+binpattern f bin/${ARCH}/tlmgr
+binpattern f bin/win32/tl-w32-wrapper.texlua
+binpattern f/win32 texmf/scripts/texlive/updater-w32.bat
+# post actions
+postaction shortcut type=menu name="TeX Live Toplevel Readme Index" cmd=TEXDIR/index.html
+postaction shortcut type=menu name="TeX Live Manager" cmd=TEXDIR/bin/win32/tlmgr.bat args=gui hide=1
+postaction shortcut type=menu name="Release notes" cmd="http://tug.org/texlive/windows.html"