mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-03 12:24:46 +00:00
test all loggers in the files target
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2758 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
1bbfefb37c
commit
85038181b6
1 changed files with 3 additions and 2 deletions
5
Makefile
5
Makefile
|
|
@ -4,7 +4,7 @@ PYTHON := python$(PYVER)
|
|||
PACKAGE := linkchecker
|
||||
VERSION := $(shell $(PYTHON) setup.py --version)
|
||||
HOST=www.debian.org
|
||||
LCOPTS=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -v -r1 -t0
|
||||
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)
|
||||
|
|
@ -107,5 +107,6 @@ pylint:
|
|||
reindent:
|
||||
$(PYTHON) config/reindent.py -r -v linkcheck
|
||||
|
||||
.PHONY: all clean cleandeb distclean files upload test timeouttest locale
|
||||
.PHONY: all clean cleandeb dist distclean homepage files upload locale
|
||||
.PHONY: deb_local deb_signed tar releasecheck pycheck pylint reindent
|
||||
.PHONY: sign_distfiles
|
||||
|
|
|
|||
Loading…
Reference in a new issue