Added more checks.

This commit is contained in:
Bastian Kleineidam 2012-10-15 18:19:08 +02:00
parent 2adf415a32
commit cd12fa3fe3

View file

@ -151,6 +151,7 @@ check:
check-pofiles -v
py-tabdaddy
py-unittest2-compat tests/
$(MAKE) -C doc check
$(MAKE) doccheck
$(MAKE) pyflakes
@ -199,6 +200,9 @@ releasecheck: check
@if ! grep "Version: $(VERSION)" linkchecker.freecode > /dev/null; then \
echo "Could not release: edit linkchecker.freecode version"; false; \
fi
@if grep "UNRELEASED" debian/changelog > /dev/null; then \
echo "Could not release: edit debian/changelog distribution name"; false; \
fi
$(PYTHON) setup.py check --restructuredtext
sign_distfiles: