docbuild: source 'local.conf' for machine-specific variables if exists

Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-12-30 23:24:38 -05:00
parent 7ea567bbfa
commit d89f64cb54

View file

@ -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.
#