From 72227e8268e8c265993c6cb8e796d7fa7e8556f3 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 ++++++-- po/POTFILES.skip | 1 + 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 po/POTFILES.skip 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 diff --git a/po/POTFILES.skip b/po/POTFILES.skip new file mode 100644 index 0000000..f42aba0 --- /dev/null +++ b/po/POTFILES.skip @@ -0,0 +1 @@ +src/schemas/org.gnome.shell.extensions.teatime.gschema.xml.in.in