summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
blob: 96a7a6fa29741d2a3ca83f5da213d90c7894fb24 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
name texlive.infra
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 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
# on the TL'08 DVD), because the tlmgr on the DVD failed to update the
# .doc container for texlive.infra (it excludes packages whose names
# contain a literal .), and it's not easy to recover.  This leaves the
# tlpkg/doc directory (which was also on the DVD) in the installed tree,
# but it is harmless to have it there; no errors are provoked, we hope.
# tlmgr check will report it, but that's ok.
docpattern f tlpkg/README
#
runpattern d readme-html.dir
runpattern d readme-txt.dir
runpattern d tlpkg/TeXLive
runpattern f tlpkg/installer/config.guess
runpattern f LICENSE*
runpattern f README
runpattern f README*
runpattern f doc.html
runpattern f index.html
runpattern f release-texlive.txt
#
binpattern f/win32 tlpkg/installer/tar.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/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-gui.vbs hide=1
postaction shortcut type=menu name="Release notes" cmd="http://tug.org/texlive/windows.html"