#!/bin/sh

rm -f ../gv*.html
rm -f ../gv.ps
rm -f ../gv.man

./make-man
./make-html
./make-ps

