#!/bin/sh

mkmeta $1.htm
de-ms $1.htm > $1.a
htm2thm $1.a > $1.b
ncrease $1.b > $1.c
parsescr $1.c > $1.d
identify $1.d  > $1.thm
index $1.thm > $1.e
thm2txt $1.thm > $1.txt
thm2htm $1.e

#rm $1.a $1.b $1.c $1.d 

