diff options
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") |