From 86ee2b352afab91d04ec1d091b2b5bc53eb505a0 Mon Sep 17 00:00:00 2001 From: Debian LTSP Maintainers Date: Sat, 16 Mar 2019 02:19:33 +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 8e26bf2..399e1f9 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