# Default configuration for automatic updating of web pages using
# make. You should normally not update this file. Instead you should
# create a new file in /etc/omlcs/ named as name.auto. All .auto files
# will be sourced and executed with a new make-run after each config file.

# The directories to search for, white char separated. You have to
# specify absulute path(s) here.
DIRECTORIES=

# The target to search for, default "^omlcs:"
TARGET=omlcs

# The logfile for the last runned make.
LASTLOG=/var/log/omlcs/last-makeomlcs.log
# How much that should be displayed in the cron-mail.
# nothing, quiet (on errors), normal (only errors) and full
VERBOSITY=quiet

# Full logging
LOGFILE=/var/log/omlcs/makeomlcs.log
# LOGING=yes (i.e. != no) for full logging, no for no logging.
LOGING=no
