Makefile changes

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@114 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2000-06-13 23:04:44 +00:00
parent 1668147732
commit 451d8f1471
3 changed files with 14 additions and 3 deletions

View file

@ -37,7 +37,7 @@ TAR = tar
ZIP = zip
all:
@echo "run python setup.py --help to see how to build and install"
@echo "Read the file INSTALL to see how to build and install"
clean:
python setup.py clean --all
@ -47,12 +47,21 @@ dist:
python setup.py sdist bdist_rpm
fakeroot debian/rules binary
packages:
cd .. && dpkg-scanpackages . linkchecker/override.txt | gzip --best > Packages.gz
files:
./$(PACKAGE) $(LCOPTS) $(PROXY) -i$(HOST) http://$(HOST)/~calvin/
upload:
version:
echo $(VERSION) > VERSION
upload: version file dist packages
scp debian/changelog shell1.sourceforge.net:/home/groups/linkchecker/htdocs/changes.txt
scp VERSION shell1.sourceforge.net:/home/groups/linkchecker/htdocs/raw/
scp $(DEBPACKAGE) ../Packages.gz shell1.sourceforge.net:/home/groups/linkchecker/htdocs/debian
ncftpput download.sourceforge.net /incoming $(ALLPACKAGES)
ssh -C calvin@shell1.sourceforge.net cd /home/groups/linkchecker/htdocs/raw && make
test:
rm -f test/*.result

2
TODO
View file

@ -1,5 +1,7 @@
High priority
o packges file on homepage
o DNS (and some URLs) seem to hang sometimes. This is not entirely true.
The SMTP connect has a very long timeout (>200 seconds).
But I can not use the signal module with threads.

2
debian/control vendored
View file

@ -22,4 +22,4 @@ Description: a link checker written in Python
o HTTP proxy support
o give username/password for HTTP and FTP authorization
o robots.txt exclusion protocol support
o internationalization support (currently english and german)
o internationalization support