diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-06-17 23:30:45 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-06-17 23:30:45 +0200 |
commit | d60098a7dca4f1f598e722f658e9d0d6c751dd14 (patch) | |
tree | a16660e2ce7dd18ec3a2dc1590e940baa95f2496 | |
parent | 7576910e9bc3bc4ca3f86bcfb1b59143505104fe (diff) |
Enable montreal trip.
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |