diff --git a/config.cfg.sample b/config.cfg.sample index cd82580..94372f0 100644 --- a/config.cfg.sample +++ b/config.cfg.sample @@ -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