Skip to content

Commit

Permalink
* Makevars: Rewrote the MSGMERGE flags selection so that the
Browse files Browse the repository at this point in the history
	--no-location can be overridden more easily.
  • Loading branch information
rillig committed Jul 3, 2005
1 parent 5c43346 commit ffeffd1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions po/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2005-07-03 Roland Illig <[email protected]>

* Makevars: Rewrote the MSGMERGE flags selection so that the
--no-location can be overridden more easily.

2005-07-03 Roland Illig <[email protected]>

* hu.po: Updated hungarian translation, provided by Arpad Biro
Expand Down
7 changes: 4 additions & 3 deletions po/Makevars
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ MSGID_BUGS_ADDRESS = [email protected]
# 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}

0 comments on commit ffeffd1

Please sign in to comment.