Let mansyntax.sh work regardless of where it is called from.
This commit is contained in:
@@ -6,7 +6,7 @@ set -e
|
|||||||
# Run syntax checks for all manpages in the documentation tree.
|
# Run syntax checks for all manpages in the documentation tree.
|
||||||
#
|
#
|
||||||
|
|
||||||
srcdir=${srcdir:-$PWD}
|
srcdir="`cd $(dirname $0);pwd`"
|
||||||
mandir=${srcdir}/../docs
|
mandir=${srcdir}/../docs
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user