summaryrefslogtreecommitdiff
path: root/Makefile
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
commit7dea8075c21c392b2af8e5f9119983f4f5fe868f (patch)
tree256857e7b26a380623d33f840d7044b90c24c024 /Makefile
parent6947ca8750ec6063eeac078aaa3314cff0c9ce97 (diff)
parentaa398c02e9582106682592ce068baeaf59836f60 (diff)
Merge branch 'master' into _multilang
Diffstat (limited to 'Makefile')
-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