From b1e57bb8bbb913b5bf75c433bc4a6e976537f491 Mon Sep 17 00:00:00 2001 From: "yusuke.shinyama.dummy" Date: Sat, 24 Oct 2009 04:45:26 +0000 Subject: [PATCH] git-svn-id: https://pdfminerr.googlecode.com/svn/trunk/pdfminer@143 1aa58f4a-7d42-0410-adbc-911cccaed67c --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 89b36c3..44173e0 100644 --- a/Makefile +++ b/Makefile @@ -33,10 +33,10 @@ commit: clean check: cd $(PACKAGE) && make check -dist/$(DISTFILE): clean +sdist: clean $(PYTHON) setup.py sdist WEBDIR=$$HOME/Site/unixuser.org/python/$(PACKAGE) -publish: dist/$(DISTFILE) +publish: sdist $(CP) dist/$(DISTFILE) $(WEBDIR) $(CP) docs/*.html $(WEBDIR)/index.html