summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2016-04-02 10:42:59 +0200
committerJonas Smedegaard <dr@jones.dk>2016-04-02 10:42:59 +0200
commit105e79bcb4c200542d11e1b5924a601600dfcdaf (patch)
tree0cfd88747dedb5542584cf54d8f949176fc29ee5 /Makefile
parent0919aec4f39eef4b40977862675e625ea8bb55fd (diff)
Add trip to Essen, Germany.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9606ec5..c00a284 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ htmlprogrammefiles = \
build/2015/brussels-03/index.html \
build/2015/peru/index.html \
build/2015/heidelberg/index.html \
- build/2015/india/index.html
+ build/2015/india/index.html \
+ build/2016/germany-04/index.html
htmlfiles = $(htmlprogrammefiles)
getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1")