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
commit3d2968937fe28a0bd835234bcbc4c379a76bacee (patch)
tree1f9556eac113db99aca738bd3c6918f663dd3a43
parentda59e28aa60c61d97cb350a0cae46e4d2f9a810b (diff)
parent1f9f7be8fc528679ba9e6732f27276c9297064fe (diff)
Merge branch '_scs' into scs
-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