Let mansyntax.sh work regardless of where it is called from.
This commit is contained in:
parent
8f00a7471d
commit
1fa5fe6059
@ -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
|
||||
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user