#!/bin/csh -f
set echo
set totex=onlinetotex
setenv MANUAL ../library/MANUAL
setenv INDEX  ../library/help_index.pl
$totex intro.doc   | expand > intro.tex
$totex builtin.doc | expand > builtin.tex
$totex module.doc  | expand > module.tex
$totex foreign.doc | expand > foreign.tex
$totex hack.doc    | expand > hack.tex
cp     summary.doc            summary.tex
latex online.tex
latex online.tex
dvi2tty online | cat -s > $MANUAL
pl1.5 -g online_index -t halt
