#!/bin/sh if test -e @pkgdatadir@/existence.sh then . @pkgdatadir@/existence.sh else . $dir/../../contrib/build-common/sh/lib.sh/existence.sh fi if existence mandoc; then for f in `find . -name \*\.[1-9]`; do mandoc -T html $f > $f.html; done fi