git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@200 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2000-11-16 12:45:16 +00:00
parent 31eac6ba45
commit 8172e52f91
3 changed files with 5 additions and 21 deletions

View file

@ -10,6 +10,6 @@ include debian/prerm
include DNS/README
include test/viewprof.py test/profiletest.py test/*.html
recursive-include locale *.mo
recursive-include po *
recursive-include po *.po *.py Makefile
recursive-include lconline *
recursive-include tests *.py

View file

@ -4,27 +4,9 @@
VERSION=$(shell python setup.py --version)
PACKAGE = linkchecker
NAME = $(shell python setup.py --name)
HOST=fsinfo.cs.uni-sb.de
LCOPTS=-ocolored -Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -R -t0 -v
HOST=treasure.calvinsplayground.de
LCOPTS=-ocolored -Ftext -Fhtml -Fgml -Fsql -Fcsv -Fxml -R -t0 -v -s
DEBPACKAGE = $(PACKAGE)_$(VERSION)_i386.deb
SOURCES = \
linkcheck/Config.py \
linkcheck/FileUrlData.py \
linkcheck/FtpUrlData.py \
linkcheck/GopherUrlData.py \
linkcheck/HostCheckingUrlData.py \
linkcheck/HttpUrlData.py \
linkcheck/HttpsUrlData.py \
linkcheck/JavascriptUrlData.py \
linkcheck/Logging.py \
linkcheck/MailtoUrlData.py \
linkcheck/NntpUrlData.py \
linkcheck/TelnetUrlData.py \
linkcheck/Threader.py \
linkcheck/UrlData.py \
linkcheck/__init__.py \
linkcheck/lc_cgi.py \
linkchecker
DESTDIR=/.
.PHONY: test clean distclean package files upload dist locale all

View file

@ -8,3 +8,5 @@ doc_files = INSTALL
lconline/
test/
tests/
provides = linkchecker
group = Web/Utilities