summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger@gmx.de>2011-07-31 09:34:17 +0200
committerChristian Wieninger <cwieninger@gmx.de>2011-07-31 09:34:17 +0200
commited3511d3e17d5b8683ecbb16b985e0ab94e58eb7 (patch)
tree326d0a8995bd282da0fdf038384ac2f1c4a18f25 /Makefile
parent0c29abe2f29b738b9b25c24938f0cc0622bd3967 (diff)
downloadvdr-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a4c5151..34d06a0 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $@ $<