From cfe7ed51cb773ef6ded78989f5d72d19030fc403 Mon Sep 17 00:00:00 2001 From: Olaf Leidinger Date: Sat, 25 Jan 2014 11:06:08 +0100 Subject: [PATCH] proper fix for make check --- po/Makefile.in.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 01a1d81..3442b51 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -146,8 +146,12 @@ uninstall: rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done -check: - +check: all $(GETTEXT_PACKAGE).pot + rm -f missing notexist + srcdir=$(srcdir) $(INTLTOOL_UPDATE) -m + if [ -r missing -o -r notexist ]; then \ + exit 1; \ + fi mostlyclean: rm -f *.pox $(GETTEXT_PACKAGE).pot *.old.po cat-id-tbl.tmp