Skip to content

Commit

Permalink
Fix Makefile for rename of README to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgregorio committed Apr 14, 2014
1 parent 84fd089 commit dfb0d4a
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 @@ -30,7 +30,7 @@ release:
-mkdir dist/httplib2-$(VERSION)
cp -r python2 $(DST)
cp -r python3 $(DST)
cp setup.py README MANIFEST.in CHANGELOG $(DST)
cp setup.py README.md MANIFEST.in CHANGELOG $(DST)
cd dist && tar -czv -f httplib2-$(VERSION).tar.gz httplib2-$(VERSION)
cd dist && zip httplib2-$(VERSION).zip -r httplib2-$(VERSION)
cd dist/httplib2-$(VERSION) && python setup.py sdist --formats=gztar,zip upload
Expand Down

0 comments on commit dfb0d4a

Please sign in to comment.