#! /bin/sh

set -x

# The html documentation is organised into files as follows;
# each function goes in an HTML file corresponding to its library;
# in addition, each category has a file which is an introduction and
# then an index of functions, pointing to the actual functions.
# The pages for the functions have links back to each category.

bin/mkdocfromc
/bin/rm -rf html
mkdir html
bin/mkhtml `cat categories.list` 
