From 286c77983d270018bd87774d58b78bcc0ac6587e Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 1 Aug 2014 18:21:28 +0200 Subject: Include europe-08 trip in Makefile. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') 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") -- cgit v1.2.3