# Run
#
# Compile the brief installation notes for COHERENT 4.2.10
#
TROFF="troff -p -Z6 -rRN1 -rNS1 -rNI1"
OUTPUT=/tmp/doc/rel.notes
V=/v/doc/coherent

rm $OUTPUT/*

$TROFF -mcohtext footer.r $V/fonts.r pgn.r $V/top.r \
	brief.r \
	2>>brief.x > brief.p
