From d60098a7dca4f1f598e722f658e9d0d6c751dd14 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sat, 17 Jun 2017 23:30:45 +0200 Subject: Enable montreal trip. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c00a284..4c5df17 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,8 @@ htmlprogrammefiles = \ build/2015/peru/index.html \ build/2015/heidelberg/index.html \ build/2015/india/index.html \ - build/2016/germany-04/index.html + build/2016/germany-04/index.html \ + build/2016/montreal/index.html htmlfiles = $(htmlprogrammefiles) getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1") -- cgit v1.2.3