Run msgmerge with --previous. (This requires gettext >= 0.16)

This commit is contained in:
nekral-guest
2008-05-24 22:58:21 +00:00
parent 6124b59aff
commit a665e829ae
3 changed files with 10 additions and 1 deletions

View File

@@ -31,7 +31,7 @@ XGETTEXT_no = @XGETTEXT@
XGETTEXT_yes = @XGETTEXT_015@
XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT))
MSGMERGE = msgmerge --previous
MSGMERGE_UPDATE = @MSGMERGE@ --update
MSGMERGE_UPDATE = @MSGMERGE@ --update --previous
MSGINIT = msginit
MSGCONV = msgconv
MSGFILTER = msgfilter