]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Update gnulib files.
authorSimon Josefsson <simon@josefsson.org>
Fri, 17 Apr 2009 06:53:57 +0000 (08:53 +0200)
committerSimon Josefsson <simon@josefsson.org>
Fri, 17 Apr 2009 06:53:57 +0000 (08:53 +0200)
maint.mk

index 3390e7bb42b80a08d16667899de153a941328b01..2c53ea54e64548b104f05f4e9f3babfb8387aa9b 100644 (file)
--- 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 && \