Codebase list sugar-toolkit-gtk3 / v0.114 Makefile.am
v0.114

Tree @v0.114 (Download .tar.gz)

Makefile.am @v0.114raw · history · blame

ACLOCAL_AMFLAGS = -I m4
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection

DISTCLEANFILES =		\
	intltool-extract	\
	intltool-merge		\
	intltool-update

EXTRA_DIST =                    \
	intltool-merge.in       \
	intltool-update.in      \
	intltool-extract.in

SUBDIRS = bin src po

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
	pyflakes $(top_srcdir)
	pep8 $(top_srcdir)
	python3 -m sugar3.test.discover $(top_srcdir)/tests