#! /bin/sh

for f in T*.hh; do
    class=${f%%.hh}
    mkhtml $class
done
exit 0
