From 59bc94fba2e14243b0fc1815f833f6d7c146c814 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sat, 13 Oct 2007 09:54:09 +0200 Subject: Now generating translation files without line numbers; updated the Finnish OSD texts --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 949ef1ee..aea69957 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 1.107 2007/09/01 12:19:53 kls Exp $ +# $Id: Makefile 1.108 2007/10/13 09:26:40 kls Exp $ .DELETE_ON_ERROR: @@ -114,10 +114,10 @@ I18Npot = $(PODIR)/vdr.pot msgfmt -c -o $@ $< $(I18Npot): $(wildcard *.c) - xgettext -C -cTRANSLATORS --no-wrap -F -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $(wildcard *.c) + xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --msgid-bugs-address='' -o $@ $(wildcard *.c) $(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