bump version to 0.8.5 experimental and some more build system updates

This commit is contained in:
Daniel Frank 2017-10-14 20:06:00 +02:00
commit 3f89fe6df3
5 changed files with 92 additions and 12 deletions

View file

@ -1,13 +1,21 @@
sites: sites/ffhh sites/ffhh-sued
sites: clean info sites/ffhh sites/ffhh-sued
info: config/defaults.erb template/info.erb
erb -T- config/defaults.erb template/$@.erb >$@
.PHONY: clean
clean:
rm -rf sites
rm -f info
sites/%: config/%.erb
mkdir -p $@
cd $@ && $(MAKE) -f ../../Makefile site SITE=$(@F)
site: clean site.mk site.conf modules
site: siteclean site.mk site.conf modules
.PHONY: clean
clean:
.PHONY: siteclean
siteclean:
rm -f site.mk site.conf modules
modules: