mirror of https://github.com/MidnightCommander/mc
* Makevars: Rewrote the MSGMERGE flags selection so that the
--no-location can be overridden more easily.
This commit is contained in:
parent
5c4334665e
commit
ffeffd1ced
|
@ -1,3 +1,8 @@
|
|||
2005-07-03 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* Makevars: Rewrote the MSGMERGE flags selection so that the
|
||||
--no-location can be overridden more easily.
|
||||
|
||||
2005-07-03 Roland Illig <roland.illig@gmx.de>
|
||||
|
||||
* hu.po: Updated hungarian translation, provided by Arpad Biro
|
||||
|
|
|
@ -40,6 +40,7 @@ MSGID_BUGS_ADDRESS = mc-devel@gnome.org
|
|||
# message catalogs shall be used. It is usually empty.
|
||||
EXTRA_LOCALE_CATEGORIES =
|
||||
|
||||
# Suppress location information
|
||||
MSGMERGE = msgmerge --no-location
|
||||
MSGMERGE_UPDATE = msgmerge --update --no-location
|
||||
# Suppress location information by default
|
||||
MSGMERGE_FLAGS ?= --no-location
|
||||
MSGMERGE = msgmerge ${MSGMERGE_FLAGS}
|
||||
MSGMERGE_UPDATE = msgmerge --update ${MSGMERGE_FLAGS}
|
||||
|
|
Loading…
Reference in New Issue