1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2026-04-18 10:23:05 +02:00

make sample config file clearer

This commit is contained in:
2017-01-20 12:24:43 +01:00
parent 598362d103
commit 01dc8c46a0

View File

@@ -6,11 +6,6 @@ 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
# 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 (recommended)
LOC_trunk_dev=
### LOCAL WEBSERVER ###
@@ -21,7 +16,11 @@ HTTPD=python
### ADVANCED ###
### (only if using "lighttpd" as webserver)
# 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 (recommended)
LOC_trunk_dev=
# Choose on which port the webserver runs. This has no effect for "lighttpd".
HTTPD_port=5080