From a8836a1894eb9ec375f99e14e2625bc31ca51616 Mon Sep 17 00:00:00 2001 From: Waylan Limberg Date: Fri, 15 Mar 2013 00:17:58 -0400 Subject: Fixed a few minor issues with the makefile discovered deploying the last release. --- makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 32ccd27..93792a1 100644 --- a/makefile +++ b/makefile @@ -3,9 +3,9 @@ install: python setup.py install -deploy: build +deploy: python setup.py register - python setup.py upload + python setup.py sdist --formats zip,gztar upload build: python setup.py sdist --formats zip,gztar @@ -14,7 +14,10 @@ build-win: python setup.py bdist_wininst docs: - python setup.py build_docs + python setup.py build_docs --force + cd build/docs + zip -r ../docs.zip . + cd ../../ test: tox @@ -37,4 +40,4 @@ clean: rm -rf build rm -rf dist rm -rf tmp - # git clean -dfx' \ No newline at end of file + # git clean -dfx' -- cgit v1.2.3