diff options
author | lado <herrlado@gmail.com> | 2012-06-19 00:54:12 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2012-06-19 00:54:12 +0200 |
commit | 91f40d10f88e683909a165b9a65e96f3f483f2a2 (patch) | |
tree | 9f2ab52d04b508d3ed5ae3ba9763322d3249f143 | |
parent | 3e09bde9d257a320d76cb686b66760c579fc41e5 (diff) | |
download | vdr-plugin-chanman-91f40d10f88e683909a165b9a65e96f3f483f2a2.tar.gz vdr-plugin-chanman-91f40d10f88e683909a165b9a65e96f3f483f2a2.tar.bz2 |
removed i18n
-rw-r--r-- | chanman/Makefile | 7 |
1 files 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='<giancarlo.rinaldo@tiscali.it>' -o $@ $^ + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<herrlado@gmail.com>' -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: |