diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-03-17 22:43:37 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-03-17 22:43:37 +0100 |
commit | f085633b066f45345287260b6a7d19ea44e34dbd (patch) | |
tree | 6567aba66662850ca3496840ac3737af19d06cea | |
parent | 23af146d3ec9dfdee480e595736a92b0b803b410 (diff) |
Include 2015/bruxelles-03 tril as programmefile.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9,7 +9,8 @@ htmlprogrammefiles = \ build/2014/bruxelles-05/index.html \ build/2014/bruxelles-05-2/index.html \ build/2014/bruxelles-07/index.html \ - build/2014/europe-08/index.html + build/2014/europe-08/index.html \ + build/2015/bruxelles-03/index.html htmlfiles = $(htmlprogrammefiles) getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1") |