aboutsummaryrefslogtreecommitdiffstats
path: root/mk/i18n.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/i18n.mk')
-rw-r--r--mk/i18n.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/mk/i18n.mk b/mk/i18n.mk
index 526bc1f..842377b 100644
--- a/mk/i18n.mk
+++ b/mk/i18n.mk
@@ -39,7 +39,8 @@ uninstall: uninstall-locale
ifdef WITHOUT_GETTEXT
.PHONY: locale
locale:
-else
+endif
+ifndef WITHOUT_GETTEXT
.PHONY: locale
locale: $(foreach L,$(LOCALES),bin/mo/$(L)/messages.mo)
endif
@@ -84,7 +85,8 @@ bin/mo/%/messages.mo: po/%.po
ifdef WITHOUT_GETTEXT
.PHONY: install-locale
install-locale:
-else
+endif
+ifndef WITHOUT_GETTEXT
.PHONY: install-locale
install-locale: $(foreach L,$(LOCALES),bin/mo/$(L)/messages.mo)
@$(PRINTF_INFO) '\e[00;01;31mINSTALL\e[34m %s\e[00m\n' "$@"