Project

General

Profile

Feature #1250 » 0002-vdr-upnp-xgettext-scanning-all.patch

i18n xgettext additions fix - Zoolooc, 02/18/2013 01:59 AM

View differences:

Makefile
%.mo: %.po
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.cpp)
$(I18Npot): $(shell find . -iname "*.h") $(shell find . -iname "*.*cpp")
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=vdr-$(PLUGIN) --package-version=$(VERSION) --msgid-bugs-address='<see README>' -o $@ `ls $^`
%.po: $(I18Npot)
(2-2/2)