Now sorting the source file names in the call to xgettext

This commit is contained in:
Klaus Schmidinger
2011-05-21 12:40:42 +02:00
parent 85af76ab63
commit 2993351536
71 changed files with 144 additions and 140 deletions

View File

@@ -4,7 +4,7 @@
# See the main source file 'vdr.c' for copyright information and
# how to reach the author.
#
# $Id: Makefile 2.17 2011/04/17 13:35:53 kls Exp $
# $Id: Makefile 2.18 2011/05/21 12:21:40 kls Exp $
.DELETE_ON_ERROR:
@@ -115,7 +115,7 @@ I18Npot = $(PODIR)/vdr.pot
msgfmt -c -o $@ $<
$(I18Npot): $(wildcard *.c)
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=VDR --package-version=$(VDRVERSION) --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ $^
xgettext -C -cTRANSLATORS --no-wrap --no-location -k -ktr -ktrNOOP --package-name=VDR --package-version=$(VDRVERSION) --msgid-bugs-address='<vdr-bugs@tvdr.de>' -o $@ `ls $^`
%.po: $(I18Npot)
msgmerge -U --no-wrap --no-location --backup=none -q $@ $<