# Run
#
# Compile the release notes for Xware 1: Window Managers package
#
TROFF="troff -p -Z6"
OUTPUT=/tmp/doc/rel.notes
V=/v/doc/coherent

rm $OUTPUT/*

# do the text
$TROFF -mcohtext $V/fonts.r $V/top.r \
	intro.r \
	2>> xware.x > $OUTPUT/intro.p
