diff options
author | Christian Wieninger <winni@debian.(none)> | 2007-11-12 19:26:40 +0100 |
---|---|---|
committer | Christian Wieninger <winni@debian.(none)> | 2007-11-12 19:26:40 +0100 |
commit | 790f63032aa7128cdf3ebb512071c4ef4d148290 (patch) | |
tree | 8f722e01fb666be9d4822681c915fc52d7f3008f /Makefile | |
parent | 7dbb05275cbf4af85bbc8980c24c56aaff365656 (diff) | |
download | vdr-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |