summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-09-01 15:30:39 +0200
committerJonas Smedegaard <dr@jones.dk>2010-09-01 15:30:39 +0200
commit33ec82ae28ee3db3bc3ea7b0c58b38ffc649b4ef (patch)
tree256857e7b26a380623d33f840d7044b90c24c024
parent7ed18a94a829e3114b1ba11aeed2bf9eebd9ac09 (diff)
parenta935d2ec2ccd7f260012a624e502e7769ebc8d39 (diff)
Merge branch '_multilang' into multilang
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 178f615..d07d6aa 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ init:
$(if $(dummy_MODULES),mkdir -p $(dummy_MODULES))
touch init
-install::
+install:: init
ifeq ($(strip $(CONFIGS)),)
$(error Please configure ikiwiki.setup and then uncomment it at the top of the Makefile!)
endif