summaryrefslogtreecommitdiffstats
path: root/bin/build-docs/build-docs.conf
blob: f2fce89cf04b46250526088c354a0a9a9b7596df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Configuration for build-docs cron job

#
# ENABLE_HOURLY_BUILD, if set to 'yes', will enable the hourly cron
# job that runs the build-docs script.
#
#ENABLE_HOURLY_BUILD=yes

#
# BDR, if set, should point to the absolute path where the main
# build-docs script is located.
#
#BDR="build-docs"

#
# BDRFLAGS, if set, should contain the desired flags to be passed
# to the build-docs script.
#
#BDRFLAGS="-c -m /var/lib/build-docs"

#
# LOGFILE, if set, should point to the location where you want the
# build-docs script output to be written.
#
#LOGFILE="/var/log/build-docs.log"