From 01dc8c46a09a5b4fa9327f075dbeb859253f6cf2 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Fri, 20 Jan 2017 12:24:43 +0100 Subject: [PATCH] make sample config file clearer --- config.cfg.sample | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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