# HG changeset patch # User Simon Josefsson # Date 1239951095 -7200 # Node ID 489151a3b578632b37093707ab256a88a9dbb78e # Parent 7d870f00428c452a227682d97d76c5d246ff6c54 maintainer-makefile: (PO_DOMAIN): New variable, allows overriding of gettext domain. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-04-17 Simon Josefsson + + * top/maint.mk (PO_DOMAIN): New variable, allows overriding of + gettext domain. + 2009-04-16 Jim Meyering useless-if-before-free: improve conversion code diff --git a/top/maint.mk b/top/maint.mk --- a/top/maint.mk +++ b/top/maint.mk @@ -151,7 +151,8 @@ # Update gettext files. PACKAGE ?= $(shell basename $(PWD)) -POURL = http://translationproject.org/latest/$(PACKAGE)/ +PO_DOMAIN ?= $(PACKAGE) +POURL = http://translationproject.org/latest/$(PO_DOMAIN)/ PODIR ?= po refresh-po: rm -f $(PODIR)/*.po && \