diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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) |