diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |