summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2015-03-17 22:56:41 +0100
committerJonas Smedegaard <dr@jones.dk>2015-03-17 22:56:41 +0100
commitd89579b3e07b85fb82df69b33c36aec5b856cef7 (patch)
tree3f326a5d569a8d373f9e59c4cee697a0bc0b83ec /Makefile
parentf085633b066f45345287260b6a7d19ea44e34dbd (diff)
Rename 2015/bruxelles-03 → 2015/brussels-03, and internal names too.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3a18852..dec6700 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ htmlprogrammefiles = \
build/2014/bruxelles-05-2/index.html \
build/2014/bruxelles-07/index.html \
build/2014/europe-08/index.html \
- build/2015/bruxelles-03/index.html
+ build/2015/brussels-03/index.html
htmlfiles = $(htmlprogrammefiles)
getbase = $(shell perl -ne '/^\@base\s+<(http.+)>/ and print $$1 and exit;' "$1")