mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-17 04:41:01 +00:00
accept cokies for file testing
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2984 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
19c0a3c2ed
commit
ee20ddc2c2
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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 -Fgxml -Fdot -v -r1 -t0
|
||||
LCOPTS=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -Fgxml -Fdot -v -r1 -t0 -C
|
||||
PYFILES := $(wildcard linkcheck/*.py linkcheck/logger/*.py \
|
||||
linkcheck/checker/*.py)
|
||||
TESTFILES := $(wildcard tests/*.py linkcheck/tests/*.py linkcheck/checker/tests/*.py)
|
||||
|
|
|
|||
Loading…
Reference in a new issue