divzeroweb

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

commit bbfc60f1a56b046ba8fc1bb809f6790f6f6812e8
parent d7118ce6161d518f1ecde95222ab62ee09a74796
Author: lostd <lostd@2f30.org>
Date:   Wed, 19 Feb 2014 19:13:19 +0200

Spaces around assignments

Diffstat:
MMakefile | 37++++++++++++++++++-------------------
1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,26 +1,25 @@ -# divzero +NAME = divzero +TARG = /var/www/$(NAME) +BASE = "/" +#BASE = "$(PWD)/" # uncomment for devel only -NAME=divzero -TARG=/var/www/$(NAME) -BASE="/" -#BASE="$(PWD)/" # uncomment for devel only - -DHEADER=header.dhtml -DFOOTER=footer.dhtml -SHEADER=header.shtml -SFOOTER=footer.shtml +DHEADER = header.dhtml +DFOOTER = footer.dhtml +SHEADER = header.shtml +SFOOTER = footer.shtml .SUFFIXES: .dhtml .shtml .md .html -MENUPAGES=home.html lectures.html guides.html radio.html -PAGES=$(MENUPAGES) \ - lectures/lecture0.html \ - lectures/lecture1.html \ - lectures/lecture2.html \ - guides/openvpn.html \ - guides/icecast.html -EXTRA=css divzerokey.png favicon.ico index.html \ - lectures/resources +MENUPAGES = home.html lectures.html guides.html radio.html +PAGES = $(MENUPAGES) \ + lectures/lecture0.html \ + lectures/lecture1.html \ + lectures/lecture2.html \ + guides/openvpn.html \ + guides/icecast.html \ + guides/git.html +EXTRA = css divzerokey.png favicon.ico index.html \ + lectures/resources all: $(PAGES) ln -sf home.html index.html