docbuild: source 'local.conf' for machine-specific variables if exists
Sponsored by: Rubicon Communications, LLC (netgate.com)
This commit is contained in:
parent
7ea567bbfa
commit
d89f64cb54
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@
|
|||
# Wrapper around doc build. Simplifies main build script.
|
||||
# NOTE: This script is not automatically updated on the builder.
|
||||
|
||||
if [ -f "${PWD}/local.conf" ]; then
|
||||
. ${PWD}/local.conf
|
||||
fi
|
||||
|
||||
#
|
||||
# Default configuration.
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue