From 0ca67abcfdf93829ac7d91aa0b67b9901dcd6bcc Mon Sep 17 00:00:00 2001 From: calvin Date: Sun, 24 Nov 2002 23:52:27 +0000 Subject: [PATCH] updated git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@622 e7d03fd6-7b0d-0410-9947-9c21f3af8025 --- ChangeLog | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 28c806ec..f71ad372 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 tags codebase attribute, but honor it diff --git a/Makefile b/Makefile index 8fb0766e..f522981d 100644 --- a/Makefile +++ b/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)