plan9port/man/fonts
2006-03-19 06:03:19 +00:00

30 lines
479 B
Text
Executable file

# mkfile rules to get fonts in Lucida Sans.
# if you want to use Times, change these next lines to
# MAN=mantimes
# FONTS=''
MAN=man
MANFONT=luxi
switch($MANFONT){
case lucida
FONTS='.fp 1 R LucidaSans
.fp 2 I LucidaSansI
.fp 3 B LucidaSansB
.fp 5 L LucidaCW
'
case luxi
FONTS='.fp 1 R LuxiSans
.fp 2 I LuxiSans-Oblique
.fp 3 B LuxiSans-Bold
.fp 5 L LuxiMono
'
case dejavu
FONTS='.fp 1 R DejaVuSans
.fp 2 I DejaVuSansOblique
.fp 3 B DejaVuSansBold
.fp 5 L DejaVuMonoSans
'
}