maintainer-makefile: (PO_DOMAIN): New variable, allows overriding of gettext domain.
authorSimon Josefsson <simon@josefsson.org>
Fri, 17 Apr 2009 06:51:35 +0000 (08:51 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 17 Apr 2009 06:51:35 +0000 (08:51 +0200)
ChangeLog
top/maint.mk

index 51499c43ff5ec8ed39740c91139697d545cb04ef..a10e086b79b91155f491b24f2214e09fe0b5d5c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 3390e7bb42b80a08d16667899de153a941328b01..2c53ea54e64548b104f05f4e9f3babfb8387aa9b 100644 (file)
@@ -151,7 +151,8 @@ coverage: init-coverage build-coverage gen-coverage
 
 # 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 && \