Added filescheck target

This commit is contained in:
Bastian Kleineidam 2009-02-24 15:18:42 +01:00
parent 554f0e88b0
commit e007d64762
2 changed files with 5 additions and 2 deletions

1
.gitignore vendored
View file

@ -19,3 +19,4 @@ Changelog.linkchecker*
/share
/linkchecker.egg-info
/tests/checker/data/dir
/linkchecker-out.*

View file

@ -19,9 +19,8 @@ all:
.PHONY: clean
clean:
# ignore errors of this command
-$(PYTHON) setup.py clean --all
rm -f *-stamp*
rm -f linkchecker-out.* *-stamp*
$(MAKE) -C po clean
$(MAKE) -C linkcheck/HtmlParser clean
rm -f linkcheck/network/_network.so
@ -106,6 +105,9 @@ check:
py-tabdaddy -v
$(MAKE) pyflakes
filescheck:
-./linkchecker $(LCOPTS) http://$(HOST)/
.PHONY: releasecheck
releasecheck: check
@if egrep -i "xx\.|xxxx|\.xx" ChangeLog.txt > /dev/null; then \