fix path in two places,
[vuplus_dvbapp-plugin] / ac3lipsync / po / Makefile.am
index 5689920..19fb837 100644 (file)
@@ -6,14 +6,14 @@
 #
 
 DOMAIN=AC3LipSync
-installdir = /usr/lib/enigma2/python/Plugins/Extensions/$(DOMAIN)
+installdir = /usr/lib/enigma2/python/Plugins/SystemPlugins/$(DOMAIN)
 #GETTEXT=./pygettext.py
 GETTEXT=xgettext
 
 #MSGFMT = ./msgfmt.py
 MSGFMT = msgfmt
 
-LANGS := de es fy it nl tr
+LANGS := de
 LANGPO := $(foreach LANG, $(LANGS),$(LANG).po)
 LANGMO := $(foreach LANG, $(LANGS),$(LANG).mo)
 
@@ -28,12 +28,11 @@ merge:
                msgmerge --no-location -s -N -U $$lang.po $(DOMAIN).pot; \
        done
 
-
 # the TRANSLATORS: allows putting translation comments before the to-be-translated line.
 $(DOMAIN).pot:
        $(GETTEXT) -L python --add-comments="TRANSLATORS:" -d $(DOMAIN) -s -o $(DOMAIN).pot ../src/*.py
 
-       ../../xml2po.py ../src/ >> $(DOMAIN).pot
+       #../../xml2po.py ../src/ >> $(DOMAIN).pot
 
        msguniq -o $(DOMAIN)uniq.pot $(DOMAIN).pot
        $(RM) $(DOMAIN).pot