summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e6241ca..91c18fa 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ turtlefiles := $(infiles:data/%.ttl=build/%/index.ttl)
textfiles = $(turtlefiles:%.ttl=%.txt)
rdfxmlfiles = $(turtlefiles:%.ttl=%.rdf)
# TODO: resolve event:Event with prog:Programme being foaf:primaryTopic of <>
-htmlprogrammefiles = build/2014/europe/index.html
+htmlprogrammefiles = build/2014/europe/index.html build/2014/bruxelles-05/index.html
htmlfiles = $(htmlprogrammefiles)
getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1")