divzeroweb

2f30.org website
git clone git://git.2f30.org/divzeroweb
Log | Files | Refs | README | LICENSE

commit 2e19fb09afadc977840e56a38541593a22c3defe
parent db197351256fc49da93c98107a48f847671908de
Author: lostd <lostd@2f30.org>
Date:   Thu, 20 Feb 2014 12:42:37 +0200

Document the BASE var in Makefile

Diffstat:
MREADME | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -11,3 +11,7 @@ content files. The `config.sh` script acts as a preprocessor for a set of global names, such as the `${BASE}` variable, which is useful for writing absolute paths. With just doing `make` you obtain a static website and you can see it using your browser on the filesystem. +Because some paths are absolute (see how `${BASE}` is used in +header.dhtml), remember to adjust the `BASE` variable in Makefile +accordingly in order for config.sh to generate correct paths for online +or offline viewing.