diff options
Diffstat (limited to 'source3/script')
-rwxr-xr-x | source3/script/installman.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/script/installman.sh b/source3/script/installman.sh index ab9bfe506d..2f79996807 100755 --- a/source3/script/installman.sh +++ b/source3/script/installman.sh @@ -20,7 +20,8 @@ fi # Get the configured feature set test -f "${SRCDIR}/config.log" && \ - eval `grep "^[[:alnum:]]*=.*" "${SRCDIR}/config.log"` + eval `grep "^[[:alnum:]]*=.*" "${SRCDIR}/config.log" | + grep -v ^MANDIR | grep -v ^SRCDIR` for lang in $langs; do if [ "X$lang" = XC ]; then |