mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-25 22:53:42 +00:00
release
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@200 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
31eac6ba45
commit
8172e52f91
3 changed files with 5 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
22
Makefile
22
Makefile
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -8,3 +8,5 @@ doc_files = INSTALL
|
|||
lconline/
|
||||
test/
|
||||
tests/
|
||||
provides = linkchecker
|
||||
group = Web/Utilities
|
||||
|
|
|
|||
Loading…
Reference in a new issue