Let mansyntax.sh work regardless of where it is called from.

This commit is contained in:
Alexander Lamaison 2015-03-12 21:48:59 +00:00
parent 8f00a7471d
commit 1fa5fe6059

View File

@ -6,7 +6,7 @@ set -e
# Run syntax checks for all manpages in the documentation tree.
#
srcdir=${srcdir:-$PWD}
srcdir="`cd $(dirname $0);pwd`"
mandir=${srcdir}/../docs
#