Skip to content

Commit

Permalink
Fix makefile for generation of docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgregorio committed Nov 14, 2011
1 parent 0aa16cd commit 965f2d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ release:
cp setup.py README MANIFEST CHANGELOG $(DST)
cd dist && tar -czv -f httplib2-$(VERSION).tar.gz httplib2-$(VERSION)
cd dist && zip httplib2-$(VERSION).zip -r httplib2-$(VERSION)
python setup.py register
python setup.py register upload
wget "http://support.googlecode.com/svn/trunk/scripts/googlecode_upload.py" -O googlecode_upload.py
python googlecode_upload.py --summary="Version $(shell python setup.py --version)" --project=httplib2 dist/*.tar.gz
python googlecode_upload.py --summary="Version $(shell python setup.py --version)" --project=httplib2 dist/*.zip
Expand Down

0 comments on commit 965f2d1

Please sign in to comment.