mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Add scripts dir
This commit is contained in:
parent
ccd0d4ead7
commit
12de5f26ef
2 changed files with 2 additions and 1 deletions
|
|
@ -32,5 +32,6 @@ include doc/de/*.1 doc/de/*.5
|
|||
include doc/Makefile
|
||||
include doc/examples/*.sh doc/examples/*.bat doc/examples/*.py
|
||||
include doc/examples/linkcheckerrc_loginurl
|
||||
include scripts/*.sh scripts/*.py
|
||||
recursive-include third_party *.py *.txt Makefile example*
|
||||
recursive-include tests *.py *.result *.html *.ico *.txt *.zip *.asc *.css *.xhtml *.sqlite *.adr *.swf
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ DEBORIGFILE:=$(DEBUILDDIR)/$(LAPPNAME)_$(VERSION).orig.tar.xz
|
|||
DEBPACKAGEDIR:=$(DEBUILDDIR)/$(APPNAME)-$(VERSION)
|
||||
FILESCHECK_URL:=http://localhost/~calvin/
|
||||
SRCDIR:=${HOME}/src
|
||||
PY_FILES_DIRS:=linkcheck tests *.py linkchecker linkchecker-gui cgi-bin config doc/examples
|
||||
PY_FILES_DIRS:=linkcheck tests *.py linkchecker linkchecker-gui cgi-bin config doc/examples scripts
|
||||
MYPY_FILES_DIRS:=linkcheck/HtmlParser linkcheck/checker \
|
||||
linkcheck/cache linkcheck/configuration linkcheck/director \
|
||||
linkcheck/htmlutil linkcheck/logger linkcheck/network \
|
||||
|
|
|
|||
Loading…
Reference in a new issue