mirror of
https://git.fsfe.org/FSFE/fsfe-local-build.git
synced 2026-04-20 03:13:05 +02:00
14 lines
593 B
Plaintext
14 lines
593 B
Plaintext
# SVN trunk directory (repository with XHTML source files)
|
|
LOC_trunk=~/subversion/fsfe/fsfe-web/trunk
|
|
|
|
# Directory in which the result of the build process (html files) will be saved
|
|
LOC_out=~/subversion/fsfe/local-build/fsfe.org
|
|
|
|
# Path to lighttpd config file (default: points to a file in the same directory as the script)
|
|
HTTPD_conf=$ROOT/lighttpd-fsfe.conf
|
|
|
|
# Directory of the secondary SVN directory with which you made a first full build.
|
|
# Avoids having some generated files in your clean trunk.
|
|
# Default: Leave empty if you just want to use one SVN source directory
|
|
LOC_trunk_dev=
|