diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-07-08 12:13:50 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-07-08 12:13:50 +0200 |
commit | 3e0a5d0c5d5efae07b2cfc23aba4350eabeb0d25 (patch) | |
tree | d0b061ffca12dece5fe22280c3b7278bec40cdeb | |
parent | 373001907c463c615a2fb52cad939be9a045dff4 (diff) |
Include July trip as programmefile.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,7 +5,8 @@ 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 \ - build/2014/bruxelles-05-2/index.html + build/2014/bruxelles-05-2/index.html \ + build/2014/bruxelles-07/index.html htmlfiles = $(htmlprogrammefiles) getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1") |