This adds support for setting the environment variable BUILDDIR
to point to executables that are outside the source directory.
E.g. to invoke the tool when the build is in $PWD/build:
bash BUILDDIR=$PWD/build contrib/devtools/gen-manpages.sh
Differential D2271
contrib: Add support for out-of-tree builds in gen-manpages.sh jasonbcox on Jan 8 2019, 19:15. Authored by
Details
This adds support for setting the environment variable BUILDDIR E.g. to invoke the tool when the build is in $PWD/build: bash BUILDDIR=$PWD/build contrib/devtools/gen-manpages.sh BUILDDIR=$PWD/build-cmake contrib/devtools/gen-manpages.sh New manpages should be generated.
Diff Detail
Event Timeline |