summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/texlive.infra.tlpsrc
blob: 3d762d25064ca005e11b0944a4b9384cd6026f02 (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
category TLCore
shortdesc basic TeX Live infrastructure
longdesc This package contains the files needed to get the TeX Live
longdesc tools (notably tlmgr) running: perl modules, xz binaries, plus
longdesc (sometimes) tar and wget.  These files end up in the standalone
longdesc install packages.
#
docpattern f tlpkg/README
docpattern f texmf/doc/man/man1/tlmgr.*
#
runpattern d readme-html.dir
runpattern d readme-txt.dir
runpattern d texmf/scripts/texlive/tlmgrgui
runpattern d tlpkg/TeXLive
# we move the translations out of the main package to make updates easier
# runpattern d tlpkg/translations
runpattern f LICENSE*
runpattern f README
runpattern f README*
runpattern f doc.html
runpattern f index.html
runpattern f release-texlive.txt
runpattern f texmf/scripts/texlive/tlmgr.pl
runpattern f texmf/scripts/texlive/uninstall-win32.pl
runpattern f texmf/web2c/fmtutil-hdr.cnf
runpattern f texmf/web2c/updmap-hdr.cfg
runpattern f tlpkg/installer/config.guess
#
binpattern f bin/${ARCH}/tlmgr
binpattern f/win32 bin/win32/runscript.dll
binpattern f/win32 bin/win32/tl-w32-wrapper.cmd
binpattern f/win32 bin/win32/tlmgr-gui.vbs
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-cygwin,i386-solaris,i386-linux,i386-netbsd,\
mips-irix,sparc-linux,alpha-linux,powerpc-linux,x86_64-linux \
  tlpkg/installer/wget/wget.${ARCH}
#
# post-install/update actions
postaction shortcut type=menu name="TeX Live top-level readme" \
             cmd=TEXDIR/index.html 
postaction shortcut type=menu name="TeX Live Manager" \
             cmd=TEXDIR/bin/win32/tlmgr-gui.vbs hide=1  \
	     icon=TEXDIR/texmf/scripts/texlive/tlmgrgui/tlmgrgui.ico
postaction shortcut type=menu name="Release notes" \
             cmd="http://tug.org/texlive/windows.html"