mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-28 18:14:42 +00:00
Updated Python src path
This commit is contained in:
parent
033812fc4e
commit
d306f2c317
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -5,8 +5,8 @@ VERSION:=$(shell $(PYTHON) setup.py --version)
|
|||
MACHINE:=$(shell uname -m)
|
||||
HOST:=www.debian.org
|
||||
LCOPTS:=-Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -Fgxml -Fdot --complete -r1 -C
|
||||
#PYTHONSRC:=/home/calvin/src/python-gitsvn/Lib
|
||||
PYTHONSRC:=/usr/lib/python2.6
|
||||
PYTHONSRC:=/home/calvin/src/python27-gitsvn/Lib
|
||||
#PYTHONSRC:=/usr/lib/python2.6
|
||||
PY_FILES_DIRS:=linkcheck tests *.py linkchecker cgi-bin config doc
|
||||
TESTS ?= tests/
|
||||
# set test options, eg. to "--nologcapture"
|
||||
|
|
|
|||
Loading…
Reference in a new issue