diff options
author | Jonas Smedegaard <dr@jones.dk> | 2015-10-21 13:13:21 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2015-10-21 13:13:21 +0200 |
commit | f6a60fdc12c8a480c14c136f1be2787c256518b0 (patch) | |
tree | 415b4ead45cd83d0cbcaa82076c47faf1f804ea2 /Makefile | |
parent | d7dcea1e0fdd7ec56304c3d73e87705d9491bcd7 (diff) |
First draft of India trip.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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") |