# Run script for Atari AES/VDI manual
# av1$Z has cover page and table of contents
# av2$Z has Lexicon.
# av3$Z has index.
#
echo ".nr # 1" >pgn.r
for i in a e f g l m o r s v w
do
troff -rX2 -mdoslex -mroff fonts.r pgn.r top.r ../alphabet/$i.r \
	`ls ../lx/AESVDI/$i*` >/tmp/doc/aesvdi/av.$i 2>>av.x
tail -1 av.x >pgn.r
done
