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
commitc134c504d34e96756a8140a3d5b3e3992c653da7 (patch)
tree84ed1fb5d7e6e622a82c88b57091b0facd47ca22 /Makefile
parent260759d4830d16e489571157e7f8667a319ba64e (diff)
parent701d9abd9ddfe0082ea03c7cdb17ea0c50409f1a (diff)
Merge branch '_clean' 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