changeset 31175:35e668888c6c

maintainer-makefile: (PO_DOMAIN): New variable, allows overriding of gettext domain.
author Simon Josefsson <simon@josefsson.org>
date Fri, 17 Apr 2009 08:51:35 +0200
parents 98534a3aa7d2
children 3cfac217cd19
files ChangeLog top/maint.mk
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 16 18:08:04 2009 +0200
+++ b/ChangeLog	Fri Apr 17 08:51:35 2009 +0200
@@ -1,3 +1,8 @@
+2009-04-17  Simon Josefsson  <simon@josefsson.org>
+
+	* top/maint.mk (PO_DOMAIN): New variable, allows overriding of
+	gettext domain.
+
 2009-04-16  Jim Meyering  <meyering@redhat.com>
 
 	useless-if-before-free: improve conversion code
--- a/top/maint.mk	Thu Apr 16 18:08:04 2009 +0200
+++ b/top/maint.mk	Fri Apr 17 08:51:35 2009 +0200
@@ -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 && \