summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-09-01 15:30:40 +0200
committerJonas Smedegaard <dr@jones.dk>2010-09-01 15:30:40 +0200
commit2ce710ba4c3b92abe593a59282b4ee1f9bfcecc4 (patch)
tree0d1e3a25e6ca7ec056f8d8b80b4160a1f86e9ac0 /Makefile
parent14d63ca4652572782e9b33abf4b434ffc0e15396 (diff)
parenta935d2ec2ccd7f260012a624e502e7769ebc8d39 (diff)
Merge branch '_multilang' into allinone-multilang
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 33249b6..cbab240 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