summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-02-19 22:32:43 +0100
committerJonas Smedegaard <dr@jones.dk>2015-02-19 22:32:43 +0100
commitb3e89a33182ce89d4d3d5d9f31194958da9b0c72 (patch)
tree8264318a1b2175969e267ed384b25dc0db46f66c /Makefile
parent0bda4862e041369c0d4002f688d1cab8bd388ab5 (diff)
Add 2011/cambridge.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 3b08ed3..22b94d2 100644
--- a/Makefile
+++ b/Makefile
@@ -3,11 +3,13 @@ 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 \
- build/2014/bruxelles-05/index.html \
- build/2014/bruxelles-05-2/index.html \
- build/2014/bruxelles-07/index.html \
- build/2014/europe-08/index.html
+htmlprogrammefiles = \
+ build/2011/cambridge/index.html \
+ build/2014/europe/index.html \
+ build/2014/bruxelles-05/index.html \
+ build/2014/bruxelles-05-2/index.html \
+ build/2014/bruxelles-07/index.html \
+ build/2014/europe-08/index.html
htmlfiles = $(htmlprogrammefiles)
getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1")