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
commite88ca96f3e5220793e82bd6919f32e0c8222135b (patch)
tree15846cec9d326e775e63be69a2b8bf91aeecdd4d
parent6e0acdbd84e118171ab9c98a4f762f2376ed21e3 (diff)
parenta3912db2f3bc5db10c6992922edd813761b754cb (diff)
Merge branch '_nb' into nb
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df75a86..955ade0 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