diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-08-01 18:21:28 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-08-01 18:21:28 +0200 |
commit | 286c77983d270018bd87774d58b78bcc0ac6587e (patch) | |
tree | 0cded41e4a19ea1b97cbc79f7e917ba0dd0689da | |
parent | 1b423734028a1470f3ecf74d05ee74c847ecb5b1 (diff) |
Include europe-08 trip in Makefile.
-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") |