summaryrefslogtreecommitdiff
path: root/maint.mk
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-04-17 08:53:57 +0200
committerSimon Josefsson <simon@josefsson.org>2009-04-17 08:53:57 +0200
commit831743f099a8cad98483edc27b398688bf64b2a3 (patch)
tree02ecf9d78628b6d9273954b8041c402027f4169e /maint.mk
parenta94e3f4f54ab93b9a278faf8514e01d1d9ed2749 (diff)
downloadgnutls-831743f099a8cad98483edc27b398688bf64b2a3.tar.gz
Update gnulib files.
Diffstat (limited to 'maint.mk')
-rw-r--r--maint.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/maint.mk b/maint.mk
index 3390e7bb42..2c53ea54e6 100644
--- a/maint.mk
+++ b/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 && \