diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2012-01-14 13:02:21 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2012-01-14 13:02:21 +0100 |
commit | 5f86af093e50bdb4e1a45c61e9d1b1f64b311021 (patch) | |
tree | 8e0bd6ff6b0b3bd9772f805c8d4637000de88974 /Makefile | |
parent | 262f20eaa03e03b7db88a1def47ae95bc7703682 (diff) | |
download | vdr-5f86af093e50bdb4e1a45c61e9d1b1f64b311021.tar.gz vdr-5f86af093e50bdb4e1a45c61e9d1b1f64b311021.tar.bz2 |
Added option -N to the msgmerge call in the Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # See the main source file 'vdr.c' for copyright information and # how to reach the author. # -# $Id: Makefile 2.22 2011/12/04 14:41:00 kls Exp $ +# $Id: Makefile 2.23 2012/01/14 13:02:21 kls Exp $ .DELETE_ON_ERROR: @@ -139,7 +139,7 @@ $(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 $@ `ls $^` %.po: $(I18Npot) - msgmerge -U --no-wrap --no-location --backup=none -q $@ $< + msgmerge -U --no-wrap --no-location --backup=none -q -N $@ $< @touch $@ $(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr.mo: $(PODIR)/%.mo |