Feature #1250 » 0002-vdr-upnp-xgettext-scanning-all.patch
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)
|
- « Previous
- 1
- 2
- Next »