diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-06-17 23:31:24 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-06-17 23:31:24 +0200 |
commit | d01e2edcbfd9081cccecfe0c2b944e1f6202a4e4 (patch) | |
tree | ea93285d0c92e271a22685652f7dd141d9d51b58 | |
parent | d60098a7dca4f1f598e722f658e9d0d6c751dd14 (diff) |
Fix enable montreal trip.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |