From 383519bff306569c09dfb08b40434a9dea4bc7e1 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 1 Jan 2011 17:50:13 +0100 Subject: Removing l10n support for 2.0 branch. --- po/Makefile | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 po/Makefile (limited to 'po/Makefile') diff --git a/po/Makefile b/po/Makefile deleted file mode 100644 index 3216d1f9a..000000000 --- a/po/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Makefile to manage gettext files - -DOMAIN=live-helper -ECHO_FUNCTIONS="Echo_message Echo_verbose Echo_warning Echo_debug Echo_error Echo_breakage Echo" - -POFILES=$(wildcard *.po) -MOFILES=$(patsubst %.po,%.mo,$(POFILES)) -LINGUAS=$(basename $(POFILES)) -GETTEXTFILES=$(shell find ../scripts/build ../functions -type f) -POTFILE=$(DOMAIN).pot -DESTDIR=/ -XGETTEXT_KEYWORDS=$(shell echo $(ECHO_FUNCTIONS) |sed -e 's,\S\+,-k&,g') - -%.mo: %.po - msgfmt --statistics -o $@ $< - -%.po: $(DOMAIN).pot - msgmerge -U $*.po $(DOMAIN).pot - -$(DOMAIN).pot: $(GETTEXTFILES) - $(shell xgettext $(XGETTEXT_KEYWORDS) -L Shell -o $(DOMAIN).pot $(GETTEXTFILES)) - -update-po: live-helper.pot - -for lang in $(LINGUAS); do\ - msgmerge -U $$lang.po $(DOMAIN).pot; \ - done - -install: $(MOFILES) - -for lang in $(LINGUAS); do\ - install -d $(DESTDIR)/usr/share/locale/$$lang/LC_MESSAGES/; \ - install -m 644 $$lang.mo $(DESTDIR)/usr/share/locale/$$lang/LC_MESSAGES/$(DOMAIN).mo; \ - done - -all: update-po $(MOFILES) - -clean: - - rm *.mo *~ - -.PHONY: update-po -- cgit v1.2.3