--- script/installman.sh.orig Mon Oct 3 15:42:21 2005 +++ script/installman.sh Mon Oct 3 15:42:42 2005 @@ -13,7 +13,7 @@ GROFF=$4 # sh cmd line, including options fi -if test ! -d ../docs/manpages; then +if test ! -d $SRCDIR../docs/manpages; then echo "No manpages present. SVN development version maybe?" exit 0 fi