mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-24 08:04:44 +00:00
new scripts dir
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2960 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
412b90037e
commit
87143501d4
1 changed files with 4 additions and 4 deletions
8
Makefile
8
Makefile
|
|
@ -7,7 +7,7 @@ HOST=www.debian.org
|
|||
LCOPTS=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -Fgxml -Fdot -v -r1 -t0
|
||||
PYFILES := $(wildcard linkcheck/*.py linkcheck/logger/*.py \
|
||||
linkcheck/checker/*.py)
|
||||
TESTFILES := $(wildcard linkcheck/tests/*.py linkcheck/ftests/*.py)
|
||||
TESTFILES := $(wildcard tests/*.py linkcheck/tests/*.py linkcheck/checker/tests/*.py)
|
||||
PYCHECKEROPTS := -F config/pycheckrc
|
||||
PYLINT := env PYTHONPATH=. PYLINTRC=config/pylintrc pylint.$(PYTHON)
|
||||
PYLINTOPTS :=
|
||||
|
|
@ -72,7 +72,7 @@ deb_signed: cleandeb
|
|||
|
||||
.PHONY: files
|
||||
files: locale localbuild
|
||||
-test/run.sh linkchecker $(LCOPTS) http://$(HOST)/
|
||||
-scripts/run.sh linkchecker $(LCOPTS) http://$(HOST)/
|
||||
rm -f linkchecker-out.*.gz
|
||||
for f in linkchecker-out.*; do gzip --best $$f; done
|
||||
|
||||
|
|
@ -109,7 +109,7 @@ sign_distfiles:
|
|||
|
||||
.PHONY: check
|
||||
check: localbuild
|
||||
test/test.sh
|
||||
scripts/test.sh
|
||||
|
||||
.PHONY: pycheck
|
||||
pycheck:
|
||||
|
|
@ -121,7 +121,7 @@ pylint:
|
|||
|
||||
.PHONY: pyflakes
|
||||
pyflakes:
|
||||
$(PYFLAKES) *.py test linkcheck | \
|
||||
$(PYFLAKES) *.py scripts tests linkcheck | \
|
||||
grep -v "redefinition of unused 'linkcheck'" | \
|
||||
grep -v "undefined name '_'" | \
|
||||
grep -v "undefined name '_n'"
|
||||
|
|
|
|||
Loading…
Reference in a new issue