disable autotopia builds

This commit is contained in:
Nek0 - 2021-03-27 01:35:01 +01:00
parent 9a18a14447
commit f12c5a1441
1 changed files with 7 additions and 7 deletions

View File

@ -356,14 +356,14 @@ build/datenspuren/2014/mitschnitte-rss.xml: content/news/ds14-mitschnitte-online
build/datenspuren/$(DS_YEAR)/pois.json:
wget -O $@ --post-data="data=[out:json];($(foreach a, 'amenity'='restaurant' 'amenity'='fast_food' 'amenity'='cafe' 'amenity'='ice_cream' 'amenity'='bakery' 'shop'='convenience' 'shop'='supermarket' 'shop'='tobacco' 'amenity'='pub' 'amenity'='biergarten' 'amenity'='drinking_water', $(foreach t, node way relation, $t(51.06,13.70,51.10,13.74)[${a}];)));out center qt;" http://overpass-api.de/api/interpreter
autotopia-events.xml: $(wildcard content/autotopia/events/*.xml)
sh scripts/gen_news.xml.sh $^ > $@
#autotopia-events.xml: $(wildcard content/autotopia/events/*.xml)
# sh scripts/gen_news.xml.sh $^ > $@
build/autotopia/%html : STYLE=$(AUTOTOPIA_STYLE)
build/autotopia/%.html : BASEURL=""
build/autotopia/events/%.html : BASEURL="../"
build/autotopia/%.html: content/autotopia/%.xml $(AUTOTOPIA_STYLE) autotopia-events.xml
$(call xml_process)
#build/autotopia/%html : STYLE=$(AUTOTOPIA_STYLE)
#build/autotopia/%.html : BASEURL=""
#build/autotopia/events/%.html : BASEURL="../"
#build/autotopia/%.html: content/autotopia/%.xml $(AUTOTOPIA_STYLE) autotopia-events.xml
# $(call xml_process)
xhtml5-validate: $(patsubst build/%.html, build/%.html.xhtml5-validate, $(CONTENT))
build/%.html.xhtml5-validate: build/%.html