#!/bin/sh
cd ../html
# Construct index page in /html dir.
grep '^<index' cplusplus[0-9][0-9].html > cplusplus.index
../tmp/bin/htmlindex < cplusplus.index > cppindex.html