summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-03-17 22:43:37 +0100
committerJonas Smedegaard <dr@jones.dk>2015-03-17 22:43:37 +0100
commitf085633b066f45345287260b6a7d19ea44e34dbd (patch)
tree6567aba66662850ca3496840ac3737af19d06cea /Makefile
parent23af146d3ec9dfdee480e595736a92b0b803b410 (diff)
Include 2015/bruxelles-03 tril as programmefile.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 22b94d2..3a18852 100644
--- a/Makefile
+++ b/Makefile
@@ -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")