diff options
author | methodus <methodus@web.de> | 2013-04-19 22:05:23 +0200 |
---|---|---|
committer | methodus <methodus@web.de> | 2013-04-19 22:05:23 +0200 |
commit | bcc8e557adb68576c44fd07ce19a9d3d96786af3 (patch) | |
tree | 22eb7d25e3357d4a623bedf1f8a5e791fe588fee | |
parent | 5fa0c9d9fab6bca8a44459f1628b60ae89760ffa (diff) | |
download | vdr-plugin-upnp-bcc8e557adb68576c44fd07ce19a9d3d96786af3.tar.gz vdr-plugin-upnp-bcc8e557adb68576c44fd07ce19a9d3d96786af3.tar.bz2 |
Renamed German po-file. Applied second patch by Zoolooc. Thank you\!
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | po/de_DE.po (renamed from po/de.po) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot %.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) |