Use --previous when merging PO files of the manpages.
(I need to find a way to do it for the PO files of the binaries)
This commit is contained in:
parent
7ce94164c7
commit
dead78e4d9
@ -1,3 +1,8 @@
|
|||||||
|
2008-02-25 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
|
* man/po/Makefile.in.in: Use --previous when merging PO files of
|
||||||
|
the manpages.
|
||||||
|
|
||||||
2008-02-25 Nicolas François <nicolas.francois@centraliens.net>
|
2008-02-25 Nicolas François <nicolas.francois@centraliens.net>
|
||||||
|
|
||||||
* man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
|
* man/login.defs.d/SYS_UID_MAX.xml, man/login.defs.d/SYS_GID_MAX.xml:
|
||||||
|
@ -30,7 +30,7 @@ XGETTEXT_ = @XGETTEXT@
|
|||||||
XGETTEXT_no = @XGETTEXT@
|
XGETTEXT_no = @XGETTEXT@
|
||||||
XGETTEXT_yes = @XGETTEXT_015@
|
XGETTEXT_yes = @XGETTEXT_015@
|
||||||
XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT))
|
XGETTEXT = $(XGETTEXT_$(USE_MSGCTXT))
|
||||||
MSGMERGE = msgmerge
|
MSGMERGE = msgmerge --previous
|
||||||
MSGMERGE_UPDATE = @MSGMERGE@ --update
|
MSGMERGE_UPDATE = @MSGMERGE@ --update
|
||||||
MSGINIT = msginit
|
MSGINIT = msginit
|
||||||
MSGCONV = msgconv
|
MSGCONV = msgconv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user