From: Simon Josefsson Date: Fri, 17 Apr 2009 06:51:35 +0000 (+0200) Subject: maintainer-makefile: (PO_DOMAIN): New variable, allows overriding of gettext domain. X-Git-Tag: v0.1~6003 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=ebdab464ce7bb46765b962c673fbdfc75e9d77a1;p=gnulib.git maintainer-makefile: (PO_DOMAIN): New variable, allows overriding of gettext domain. --- diff --git a/ChangeLog b/ChangeLog index 51499c43f..a10e086b7 100644 --- 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 index 3390e7bb4..2c53ea54e 100644 --- a/top/maint.mk +++ b/top/maint.mk @@ -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 && \