diff --git a/Makefile b/Makefile index c2b674b..9b7c3f3 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for pdfminer PACKAGE=pdfminer -VERSION=20081228 +VERSION=20090110 GNUTAR=tar SVN=svn PYTHON=python @@ -34,7 +34,7 @@ pack: clean $(GNUTAR) c -z -C$(WORKDIR) -f $(WORKDIR)/$(DISTFILE) $(DISTNAME) --dereference --numeric-owner rm -rf $(WORKDIR)/$(DISTNAME) -pychecker: +check: -pychecker --limit=0 *.py commit: clean diff --git a/README.html b/README.html index e8badfd..c215461 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,7 @@ Python PDF parser and analyzer
-Last Modified: Sun Dec 28 20:11:59 JST 2008 +Last Modified: Sat Jan 10 20:13:39 JST 2009
@@ -53,8 +53,8 @@ http://www.unixuser.org/~euske/python/pdfminer/index.html

Download (source):
- -http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20080906.tar.gz + +http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20090110.tar.gz (1.8Mbytes) @@ -245,7 +245,8 @@ no stream header is displayed for the ease of saving it to a file.


Changes