diff -Naur chanman-0.0.9.orig/Makefile chanman-0.0.9/Makefile
--- chanman-0.0.9.orig/Makefile	2012-07-01 19:55:26.000000000 +0200
+++ chanman-0.0.9/Makefile	2012-07-01 19:58:38.000000000 +0200
@@ -85,11 +85,12 @@
 	@mkdir -p $(dir $@)
 	cp $< $@
 
-
+.PHONY: i18n
+i18n: $(I18Nmsgs)
 
 ### Targets:
 
-all: libvdr-$(PLUGIN).so
+all: libvdr-$(PLUGIN).so i18n
 
 libvdr-$(PLUGIN).so: $(OBJS)
 	$(CXX) $(CXXFLAGS) -shared $(OBJS) -o $@
