mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 04:13:33 +02:00
build: Add bigger box around error message
This commit is contained in:
@ -7,7 +7,9 @@ check: check-translations
|
|||||||
check-translations:
|
check-translations:
|
||||||
@for i in $(top_srcdir)/po/*.po ; do \
|
@for i in $(top_srcdir)/po/*.po ; do \
|
||||||
if ! grep -q `basename $$i | sed 's,.po,,'` $(top_srcdir)/po/LINGUAS ; then \
|
if ! grep -q `basename $$i | sed 's,.po,,'` $(top_srcdir)/po/LINGUAS ; then \
|
||||||
|
echo '**********************************'; \
|
||||||
echo '***' `basename $$i | sed 's,.po,,'` missing from po/LINGUAS '***' ; \
|
echo '***' `basename $$i | sed 's,.po,,'` missing from po/LINGUAS '***' ; \
|
||||||
|
echo '**********************************'; \
|
||||||
exit 1; \
|
exit 1; \
|
||||||
fi; \
|
fi; \
|
||||||
done;
|
done;
|
||||||
|
|||||||
Reference in New Issue
Block a user