mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-08 00:20:59 +00:00
Added filescheck target
This commit is contained in:
parent
554f0e88b0
commit
e007d64762
2 changed files with 5 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -19,3 +19,4 @@ Changelog.linkchecker*
|
|||
/share
|
||||
/linkchecker.egg-info
|
||||
/tests/checker/data/dir
|
||||
/linkchecker-out.*
|
||||
|
|
|
|||
6
Makefile
6
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue