summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-07-30 15:18:31 +0200
committerJonas Smedegaard <dr@jones.dk>2015-07-30 15:18:31 +0200
commitd699ae5784d0cc283a3389f151c83e529f2ce842 (patch)
treef10fd4f1d43ae2e05e538752b79125ccbbc12867 /Makefile
parent72fea80b77113e2a5fbc655b87d9537c89ffcc08 (diff)
Add trip 2015/heidelberg.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b86cffb..4243146 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,8 @@ htmlprogrammefiles = \
build/2014/bruxelles-07/index.html \
build/2014/europe-08/index.html \
build/2015/brussels-03/index.html \
- build/2015/peru/index.html
+ build/2015/peru/index.html \
+ build/2015/heidelberg/index.html
htmlfiles = $(htmlprogrammefiles)
getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1")