summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-08-01 18:21:28 +0200
committerJonas Smedegaard <dr@jones.dk>2014-08-01 18:21:28 +0200
commit286c77983d270018bd87774d58b78bcc0ac6587e (patch)
tree0cded41e4a19ea1b97cbc79f7e917ba0dd0689da /Makefile
parent1b423734028a1470f3ecf74d05ee74c847ecb5b1 (diff)
Include europe-08 trip in Makefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1477b88..3b08ed3 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ rdfxmlfiles = $(turtlefiles:%.ttl=%.rdf)
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/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")