* Makevars: Rewrote the MSGMERGE flags selection so that the

--no-location can be overridden more easily.
This commit is contained in:
Roland Illig 2005-07-03 21:34:43 +00:00
parent 5c4334665e
commit ffeffd1ced
2 changed files with 9 additions and 3 deletions

View File

@ -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

View File

@ -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}