summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-05-15 14:02:44 +0200
committerJonas Smedegaard <dr@jones.dk>2015-05-15 14:02:44 +0200
commit2857fc21aedec9975ab68589d0e67aeddbf400b2 (patch)
tree892871aa07b2f5bc64b4cb056c7164362bfeaefc
parent39f918bd4a69515a29263c3b4da77447366d1b10 (diff)
Register peru trip as programme.
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ebd9a39..b86cffb 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,8 @@ htmlprogrammefiles = \
build/2014/bruxelles-05-2/index.html \
build/2014/bruxelles-07/index.html \
build/2014/europe-08/index.html \
- build/2015/brussels-03/index.html
+ build/2015/brussels-03/index.html \
+ build/2015/peru/index.html
htmlfiles = $(htmlprogrammefiles)
getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1")