mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-31 21:20:28 +00:00
updated
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@622 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
4a3a3fd6b7
commit
0ca67abcfd
2 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
1.7.0
|
||||
* Added new HTML parser written in C as a Python extension module.
|
||||
It is faster and it is more fault tolerant.
|
||||
Of course, this means I cannot provide .exe installers any more
|
||||
since the distutils dont provide cross-compilation.
|
||||
|
||||
1.6.7
|
||||
* Removed check for <applet> tags codebase attribute, but honor it
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -39,7 +39,7 @@ config:
|
|||
|
||||
# no rpm package; too much trouble, cannot test
|
||||
dist: locale config
|
||||
$(PYTHON) setup.py sdist --formats=gztar,zip bdist_wininst
|
||||
$(PYTHON) setup.py sdist --formats=gztar,zip
|
||||
rm -f $(MD5SUMS)
|
||||
md5sum dist/* > $(MD5SUMS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue