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
commit723d1c3739f5706c09b64e58a5b5a660ce61cef2 (patch)
treefd14df232d573fde9d1a0d572aa7c1bd0ce4fb22 /Makefile
parent95e2594d745d0a4317b53d2a0c9a1c4cc3679641 (diff)
parent7bbe7d8567d29eb9b2eb7c1cf8bc134c2a7abd44 (diff)
Merge branch '_da' into allinone-da
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3dbe748..4f7ee5b 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