#!/bin/sh
# Automatically produce manual:
cd doc
rm -rf manual.dvi 
make
dvips manual.dvi -o manual.ps
cd ..
rm -rf htm
mkdir htm
../../etc/convert.pl -n format doc htm
