summaryrefslogtreecommitdiff
path: root/chanman/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chanman/Makefile')
-rw-r--r--chanman/Makefile7
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: