diff --git a/Makefile b/Makefile index 9b7c3f3..15af1ed 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Makefile for pdfminer PACKAGE=pdfminer -VERSION=20090110 +VERSION=20090117 GNUTAR=tar SVN=svn PYTHON=python @@ -39,3 +39,8 @@ check: commit: clean $(SVN) commit + +WEBDIR=$$HOME/Site/unixuser.org/python/pdfminer +publish: pack + cp $(WORKDIR)/$(DISTFILE) $(WEBDIR) + cp README.html $(WEBDIR)/index.html diff --git a/README.html b/README.html index ba8af44..7c70e5f 100644 --- a/README.html +++ b/README.html @@ -14,7 +14,7 @@ Python PDF parser and analyzer
-Last Modified: Sat Jan 10 20:18:36 JST 2009 +Last Modified: Sun Jan 18 01:31:16 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-20090110.tar.gz + +http://www.unixuser.org/~euske/python/pdfminer/pdfminer-dist-20090117.tar.gz (1.8Mbytes) @@ -250,6 +250,7 @@ no stream header is displayed for the ease of saving it to a file.


Changes