summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
25693D@weltec.com/attachment?h=master'>tags/6f/be/20221012123829.BD88675C6625693D@weltec.com/attachment0
-rw-r--r--tags/6f/be/20221012123829.BD88675C6625693D@weltec.com/inbox0
-rw-r--r--tags/6f/be/20221012123829.BD88675C6625693D@weltec.com/killed0
-rw-r--r--tags/6f/be/20221012123829.BD88675C6625693D@weltec.com/unread0
-rw-r--r--tags/6f/be/30F55046-B476-478C-A178-A57597F7F3EA@garycmartin.com/sugar0
-rw-r--r--tags/6f/be/30F55046-B476-478C-A178-A57597F7F3EA@garycmartin.com/unread0
-rw-r--r--tags/6f/be/4A4561A4.2020503@qnet.com/debian0
-rw-r--r--tags/6f/be/B780BC57.163C%25ronald@jones.dk/inbox0
-rw-r--r--tags/6f/be/B780BC57.163C%25ronald@jones.dk/old0
-rw-r--r--tags/6f/be/B780BC57.163C%25ronald@jones.dk/replied0
-rw-r--r--tags/6f/be/CE60328E-1532-4BE7-9268-66CC79CFE626@mac.com/sugar0
-rw-r--r--tags/6f/be/handler.992743.B992743.16676516683015062.ackinfo@bugs.debian.org/debian0
-rw-r--r--tags/6f/be/handler.992743.B992743.16676516683015062.ackinfo@bugs.debian.org/unread0
20 files changed, 0 insertions, 0 deletions