From 790f63032aa7128cdf3ebb512071c4ef4d148290 Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Mon, 12 Nov 2007 19:26:40 +0100 Subject: - 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 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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='' -o $@ $(wildcard *.[ch]) + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -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) -- cgit v1.2.3