summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-05-25 11:00:11 +0200
committerJonas Smedegaard <dr@jones.dk>2014-05-25 11:00:11 +0200
commite922921784fe016b1129f132a69b2945fb05b871 (patch)
tree49fd0bbd61c60ae65202c6c08b3565ac296a7aed /Makefile
parentefa9bbd69ddcf0f8f44fd2eb22c79dd1bb512d6d (diff)
Enable programme for new trip.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 91c18fa..2602a2e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,9 @@ 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
+htmlprogrammefiles = build/2014/europe/index.html \
+ build/2014/bruxelles-05/index.html \
+ build/2014/bruxelles-05-2/index.html
htmlfiles = $(htmlprogrammefiles)
getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1")