From 91f40d10f88e683909a165b9a65e96f3f483f2a2 Mon Sep 17 00:00:00 2001 From: lado Date: Tue, 19 Jun 2012 00:54:12 +0200 Subject: removed i18n --- chanman/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/chanman/Makefile b/chanman/Makefile index c6d5c27..eebe1ff 100644 --- a/chanman/Makefile +++ b/chanman/Makefile @@ -47,7 +47,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o i18n.o +OBJS = $(PLUGIN).o ### Implicit rules: @@ -75,7 +75,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.cc) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $^ %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< @@ -85,8 +85,7 @@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo @mkdir -p $(dir $@) cp $< $@ -.PHONY: i18n -i18n: $(I18Nmsgs) + ### Targets: -- cgit v1.2.3