blob: 4e59c24ae3e406361541820fcad41464254ecae2 (
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
|
name bin-dvipsk
category TLCore
shortdesc Convert DVI to Postscript - with KPSE search path.
longdesc This is now the standard version of dvips with support for
longdesc recursive directory searching. It is generally available with the
longdesc TeX distributions (TeTeX for Unix and Linux and MikTeX for
longdesc MSWindows).
runpattern f texmf/dvips/base/*
runpattern f texmf/dvips/config/*
runpattern f texmf/fonts/map/dvips/updmap/*
runpattern f texmf/scripts/pkfix/*
docpattern f texmf/doc/dvips/*
docpattern f texmf/doc/info/dvips*
docpattern f texmf/doc/man/man1/afm2tfm.1
docpattern f texmf/doc/man/man1/afm2tfm.1.html
docpattern f texmf/doc/man/man1/dvips.1
docpattern f texmf/doc/man/man1/dvips.1.html
docpattern f texmf/doc/pkfix/*
binpattern f bin/${ARCH}/afm2tfm
binpattern f bin/${ARCH}/dvips
binpattern f bin/${ARCH}/pkfix
binpattern f bin/win32/afm2tfm.exe
binpattern f bin/win32/dvips.exe
binpattern f bin/win32/pkfix.exe
|