blob: df98dd9a79a85e3424044fc6b789172941d6e10e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
category TLCore
depend kpathsea
postaction shortcut type=menu name="TeXdoc GUI" \
cmd="TEXDIR/bin/win32/texdoctk.exe"
runpattern f texmf-dist/scripts/tetex/texdoctk.pl
runpattern f texmf-dist/scripts/texdoc/*
runpattern f texmf-dist/texdoctk/*
runpattern f texmf-dist/texdoc/*
docpattern f texmf/doc/man/man1/texdoc.*
docpattern f texmf/doc/man/man1/texdoctk.*
docpattern f texmf-dist/doc/texdoc/*
binpattern f bin/${ARCH}/texdoc
binpattern f bin/${ARCH}/texdoctk
binpattern f bin/win32/texdocc
binpattern f bin/win32/tl-w32-texdoc-wrapper.texlua
|