diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-07-30 15:18:31 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-07-30 15:18:31 +0200 |
commit | d699ae5784d0cc283a3389f151c83e529f2ce842 (patch) | |
tree | f10fd4f1d43ae2e05e538752b79125ccbbc12867 /Makefile | |
parent | 72fea80b77113e2a5fbc655b87d9537c89ffcc08 (diff) |
Add trip 2015/heidelberg.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |