From 74e15aa80e8234cfefabe109e810eadb6d50f982 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 6 Nov 2007 12:10:17 +0100 Subject: Fix fallback fail-and-hint install target in Makefile, and move it up below all target. --- Makefile | 12 +++++------- 1 file 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) -- cgit v1.2.3