#!/bin/sh

rm -f gv*.html
rm -f gv.sgml

gcc -x c -E -P -traditional -DHTML -c gv.doc -o gv.sgml

sgml2html gv

rm -f gv.sgml
mv  gv*.html ../
