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