mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-28 03:30:36 +00:00
Added more checks.
This commit is contained in:
parent
2adf415a32
commit
cd12fa3fe3
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue