mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-19 03:51:07 +00:00
releasecheck
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1326 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
04e0a9448d
commit
2e5272464c
1 changed files with 5 additions and 0 deletions
5
Makefile
5
Makefile
|
|
@ -100,6 +100,11 @@ timeouttest:
|
|||
tar: distclean
|
||||
cd .. && tar cjvf linkchecker.tar.bz2 linkchecker
|
||||
|
||||
releasecheck:
|
||||
@if grep xxxx ChangeLog > /dev/null; then \
|
||||
echo "Could not release: edit ChangeLog release date"; false; \
|
||||
fi
|
||||
|
||||
pycheck:
|
||||
-env PYTHONVER=2.3 pychecker $(PYCHECKEROPTS) $(PYCHECKERFILES)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue