summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-10-21 13:13:21 +0200
committerJonas Smedegaard <dr@jones.dk>2015-10-21 13:13:21 +0200
commitf6a60fdc12c8a480c14c136f1be2787c256518b0 (patch)
tree415b4ead45cd83d0cbcaa82076c47faf1f804ea2 /Makefile
parentd7dcea1e0fdd7ec56304c3d73e87705d9491bcd7 (diff)
First draft of India trip.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4243146..d08b72d 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,8 @@ htmlprogrammefiles = \
build/2014/europe-08/index.html \
build/2015/brussels-03/index.html \
build/2015/peru/index.html \
- build/2015/heidelberg/index.html
+ build/2015/heidelberg/index.html \
+ build/2015/india/index.html
htmlfiles = $(htmlprogrammefiles)
getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1")