# Run.notes
#
# Compile the release notes for Xware 5: Development Tools
#
TROFF="troff -p -Z6 -rRN1 -rNS1 -rNI1"
OUTPUT=/tmp/doc/rel.notes
V=/v/doc/coherent

rm $OUTPUT/*

# do the title page and table of contents
$TROFF $V/fonts.r title.r >$OUTPUT/title.p
$TROFF $V/fonts.r $V/top.r ../copyright.r 2> xware.x >$OUTPUT/copyright.p

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

