#!/bin/bash

# show usage if no arguments were used
    if [ "$#" == "0" ] ; then
        echo "
    Usage: buildman x

    Before calling this script 'prepare /' must have been called
"                                     
        exit 0
    fi

cd doc/manpage
./buildman
