diff top/maint.mk @ 11484:489151a3b578

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 65ab7e6dcafe
children d88c5ec9288d
line wrap: on
line diff
--- 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 && \