summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-05-12 10:09:23 +0200
committerJonas Smedegaard <dr@jones.dk>2014-05-12 10:09:23 +0200
commit3bcff0369522a199752b91bc29d382dbaefd564f (patch)
treeefa9ab0027b2729de77a6842dd5953008f374886 /Makefile
parent802df6fd2e47d07ef01b3969c121f16f3c669b2c (diff)
Register bruxelles-05 as having a programme.
Diffstat (limited to 'Makefile')
-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")