summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Wieninger <winni@debian.(none)>2007-11-12 19:26:40 +0100
committerChristian Wieninger <winni@debian.(none)>2007-11-12 19:26:40 +0100
commit790f63032aa7128cdf3ebb512071c4ef4d148290 (patch)
tree8f722e01fb666be9d4822681c915fc52d7f3008f /Makefile
parent7dbb05275cbf4af85bbc8980c24c56aaff365656 (diff)
downloadvdr-plugin-epgsearch-790f63032aa7128cdf3ebb512071c4ef4d148290.tar.gz
vdr-plugin-epgsearch-790f63032aa7128cdf3ebb512071c4ef4d148290.tar.bz2
- added --no-location to Makefile
- options for "show progressbar in now" depend now on vdr version - added a patch for displaying progressbars in skins classic and st:tng
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 662ef1f..75cf973 100644
--- a/Makefile
+++ b/Makefile
@@ -152,10 +152,10 @@ endif
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.[ch])
- xgettext -C -cTRANSLATORS --no-wrap -F -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 $@ $(wildcard *.[ch])
$(I18Npo): $(I18Npot)
- msgmerge -U --no-wrap -F --backup=none -q $@ $<
+ msgmerge -U --no-wrap --no-location --backup=none -q $@ $<
i18n: $(I18Nmo)
@mkdir -p $(LOCALEDIR)