From: Debian LTSP Maintainers Date: Tue, 25 Dec 2018 01:30:09 +0000 (+0000) Subject: reproducible-mo-files X-Git-Tag: archive/raspbian/5.18.12-1+rpi1^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1c1b75543c77fad238ffc8dda7e169960456bfbe;p=ltsp.git reproducible-mo-files Avoid always checking weather the .pot file should be regenerated. Gbp-Pq: Name reproducible-mo-files --- 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: