divzeroweb

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

commit 4c5c721bc77237ea3bc72e80b5a3d0aba19d8739
parent 328fc7bda620bcb774a2aa32f87172170c8818bc
Author: lostd <lostd@2f30.org>
Date:   Fri, 20 Feb 2015 00:20:57 +0200

Fix default base var

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ NAME = divzero TARG = /var/www/$(NAME) BASE = "/" -BASE = "$(PWD)/" # uncomment for devel only +#BASE = "$(PWD)/" # uncomment for devel only MENUPAGES = home.html lectures.html guides.html radio.html lists.html PAGES = $(MENUPAGES) \