summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2010-09-01 15:30:38 +0200
committerJonas Smedegaard <dr@jones.dk>2010-09-01 15:30:38 +0200
commit701d9abd9ddfe0082ea03c7cdb17ea0c50409f1a (patch)
treecf426daab6bbfbcf2504245d58a7a2f49dc219f0 /Makefile
parent3fd7bdea73d8662219444c303b45a79862f755e2 (diff)
parentaa398c02e9582106682592ce068baeaf59836f60 (diff)
Merge branch 'master' into _clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2822337..c0c4165 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