all:
	cc -o dvi2html *.c
	ctohtml dvi2html.c > dvi2html.c.html
	ctohtml dviread.c > dviread.c.html
	/bin/sh -c './dvi2html test.dvi > testdoc.html'
