diff options
| author | Christian Wieninger <cwieninger@gmx.de> | 2011-07-31 09:34:17 +0200 |
|---|---|---|
| committer | Christian Wieninger <cwieninger@gmx.de> | 2011-07-31 09:34:17 +0200 |
| commit | ed3511d3e17d5b8683ecbb16b985e0ab94e58eb7 (patch) | |
| tree | 326d0a8995bd282da0fdf038384ac2f1c4a18f25 /Makefile | |
| parent | 0c29abe2f29b738b9b25c24938f0cc0622bd3967 (diff) | |
| download | vdr-plugin-epgsearch-ed3511d3e17d5b8683ecbb16b985e0ab94e58eb7.tar.gz vdr-plugin-epgsearch-ed3511d3e17d5b8683ecbb16b985e0ab94e58eb7.tar.bz2 | |
finnish update + some small fixes by Rolf Ahrenberg
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -210,7 +210,7 @@ I18Npot = $(PODIR)/$(PLUGIN).pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.[ch]) - xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<cwieninger@gmx.de>' -o $@ $(wildcard *.[ch]) + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='<cwieninger@gmx.de>' -o $@ `ls $^` %.po: $(I18Npot) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< |
