# Run
#
# Compile the release notes for the Comeau C++ update disk
#
TROFF="troff -p -rNS1 -rNI1 -rRN1"
INPUT=/v/doc/coherent
OUTPUT=/tmp/doc/rel.notes

# clean out $OUTPUT
rm $OUTPUT/*

# do the title page and table of contents
#$TROFF $INPUT/fonts.r title.r 2>/dev/null >$OUTPUT/title.p
#$TROFF $INPUT/fonts.r $INPUT/top.r foot.r copyright.r >$OUTPUT/copyright.p

# do each chapter in turn
$TROFF -mcohtext $INPUT/fonts.r $INPUT/top.r foot.r \
	intro.r \
	2>comeau.x > $OUTPUT/comeau.p
