1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

r10676: reverting bad merge for install manpages script

This commit is contained in:
Gerald Carter 2005-10-01 19:41:29 +00:00 committed by Gerald (Jerry) Carter
parent c80e5ce110
commit 50549fa9b3

View File

@ -13,7 +13,7 @@ if [ $# -ge 4 ] ; then
GROFF=$4 # sh cmd line, including options
fi
if test ! -d docs/manpages; then
if test ! -d ../docs/manpages; then
echo "No manpages present. SVN development version maybe?"
exit 0
fi