sugar-toolkit-gtk3/Makefile.am

30 lines
694 B
Makefile
Raw Normal View History

ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
2008-02-06 16:43:10 +01:00
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
EXTRA_DIST = \
intltool-merge.in \
intltool-update.in \
intltool-extract.in
SUBDIRS = bin src po
2014-03-30 12:58:36 +02:00
check-po:
@for i in $(top_srcdir)/po/*.po ; do \
if ! grep -q ^`basename $$i | \
sed 's,.po,,'`$$ $(top_srcdir)/po/LINGUAS ; then \
echo '***' `basename $$i | \
sed 's,.po,,'` missing from po/LINGUAS '***' ; \
exit 1; \
fi; \
done;
test: check-po
2013-05-05 01:29:52 +02:00
pyflakes $(top_srcdir)
2013-05-18 04:33:36 +02:00
pep8 $(top_srcdir)
python -m sugar3.test.discover $(top_srcdir)/tests