head	1.2;
access;
symbols
	RELENG_2_1_7_RELEASE:1.1.1.1
	RELENG_2_1_6_1_RELEASE:1.1.1.1
	RELENG_2_1_6_RELEASE:1.1.1.1
	RELENG_2_1_5_RELEASE:1.1.1.1
	RELENG_2_1_0_RELEASE:1.1.1.1
	RELENG_2_1_0:1.1.1.1.0.4
	RELENG_2_1_0_BP:1.1.1.1
	RELENG_2_0_5_RELEASE:1.1.1.1
	RELENG_2_0_5:1.1.1.1.0.2
	RELENG_2_0_5_BP:1.1.1.1
	RELENG_2_0_5_ALPHA:1.1.1.1
	V1_09:1.1.1.1
	FSF:1.1.1;
locks; strict;
comment	@# @;


1.2
date	96.09.08.01.02.06;	author pst;	state dead;
branches;
next	1.1;

1.1
date	95.01.15.08.09.13;	author pst;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	95.01.15.08.09.14;	author pst;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Groff is dead...
@
text
@#! /bin/sh
# Compile fonts in the sizes needed by groff.
sizes="5 6 7 8 9 10 11 12 14 16 18 20 22 24 28 36"
fonts="cmr10 cmti10 cmbx10 cmbxti10 cmtt10 cmex10 cmmi10 cmsy10 cmss10 cmssbx10 cmssi10"
mode=cx
dpi=300

for f in $fonts; do
    for s in $sizes; do
	virmf "&cm \\mode=$mode; mag=$s/10; batchmode; input $f" >/dev/null
	mag=`expr $s \* $dpi / 10`
	gftopk $f.${mag}gf >/dev/null
	rm $f.${mag}gf
    done
done
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@groff-1.09
@
text
@@
