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
commit7f34f6646ac37e179420fb9331846aced3a02022 (patch)
treeda83c26233315e1cdb8250c0a9b6efb8b6fb6a5a /Makefile
parent3ebf36e6b2d92039a56a88e8d64b8d0bdb874289 (diff)
parenta3912db2f3bc5db10c6992922edd813761b754cb (diff)
Merge branch '_nb' into allinone-nb
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 23b8f42..b819dcc 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