summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 08a3354..881332d 100644
--- a/Makefile
+++ b/Makefile
@@ -20,6 +20,11 @@ podir = po
all: $(SOURCES)
+install::
+ifeq ($(strip $(CONFIGS)),)
+ $(error Please configure ikiwiki.setup and then uncomment it at the top of the Makefile!)
+endif
+
# 1:source 2:locales
@@ -137,13 +142,6 @@ $(foreach config,$(CONFIGS),$(eval $(call CONFIG_template,$(config))))
-install:
-ifneq ($(strip $(CONFIGS)),)
- $(error Please configure ikiwiki.setup and then uncomment it at the top of the Makefile!)
-endif
-
-
-
pot: $(ALL_POTFILES)
po: $(ALL_POFILES)
translations: $(ALL_L10NFILES)