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
commita4b747284ab22af230b3bed572d8209427e650e8 (patch)
treefa2b446002fb2ec589146509ab500013e8cb5458
parent5e940e24b19dea3a49079cf117113d2cca0c13b7 (diff)
parent701d9abd9ddfe0082ea03c7cdb17ea0c50409f1a (diff)
Merge branch '_clean' into allinone
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bd4e55..2ed1521 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