From: Simon Josefsson Date: Fri, 17 Apr 2009 06:53:57 +0000 (+0200) Subject: Update gnulib files. X-Git-Tag: gnutls_2_7_7~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=831743f099a8cad98483edc27b398688bf64b2a3;p=thirdparty%2Fgnutls.git Update gnulib files. --- 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 && \