From 12de5f26efbb4ebf21f78302ef2b14a5527416fb Mon Sep 17 00:00:00 2001 From: Bastian Kleineidam Date: Wed, 12 Mar 2014 19:22:07 +0100 Subject: [PATCH] Add scripts dir --- MANIFEST.in | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 584306a6..d9ddc587 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -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 diff --git a/Makefile b/Makefile index 79e9a808..748aaaa4 100644 --- a/Makefile +++ b/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 \