blob: 0a54b0854f7dd3e577086207c973d2f879aba1a4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
name bin-texdoc
category TLCore
depend bin-kpathsea
postaction shortcut type=menu name="TeXdoc GUI" cmd="TEXDIR/bin/win32/texdoctk.bat" hide=1
runpattern f texmf/scripts/tetex/texdoctk.pl
runpattern f texmf/scripts/texdoc/*
runpattern f texmf/texdoctk/*
runpattern f texmf/texdoc/*
docpattern f texmf/doc/man/man1/texdoc.*
docpattern f texmf/doc/man/man1/texdoctk.*
docpattern f texmf/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
|