From d1dafb50860edd053c104c29fe4de2b07307454d Mon Sep 17 00:00:00 2001 From: LTSP Debian Maintainers Date: Mon, 9 Jan 2017 20:07:59 +0000 Subject: [PATCH] reproducible-mo-files Avoid always checking weather the .pot file should be regenerated. Gbp-Pq: Name reproducible-mo-files --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/Makefile b/po/Makefile index 6a73456..925765f 100644 --- a/po/Makefile +++ b/po/Makefile @@ -16,7 +16,7 @@ DESTDIR=/ %.po: $(DOMAIN).pot msgmerge -U $*.po $(DOMAIN).pot -$(DOMAIN).pot: $(GETTEXTFILES) +$(DOMAIN).pot: $(shell xgettext -L Shell -o $(DOMAIN).pot $(GETTEXTFILES)) update-po: -- 2.30.2