diff options
-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) |