blob: f6ee31cd54f6b5c7852311bcfd145afce7e198c8 [file] [log] [blame]
Joe Gregorioe202d212009-07-16 14:57:52 -04001tests:
2 python httplib2test.py
Joe Gregorio68cd8982009-08-04 13:41:44 -04003
Joe Gregorio16db63a2009-12-24 09:51:30 -05004VERSION = $(shell python setup.py --version)
5DST = dist/httplib2-$(VERSION)
jcgregorio2d66d4f2006-02-07 05:34:14 +00006release:
Joe Gregorio16db63a2009-12-24 09:51:30 -05007 -mkdir dist
8 -rm -rf dist/httplib2-$(VERSION)
9 -rm dist/httplib2-$(VERSION).tar.gz
10 -rm dist/httplib2-$(VERSION).zip
11 -mkdir dist/httplib2-$(VERSION)
12 cp -r python2 $(DST)
13 cp -r python3 $(DST)
14 cp setup.py README MANIFEST CHANGELOG $(DST)
15 cd dist && tar -czv -f httplib2-$(VERSION).tar.gz httplib2-$(VERSION)
16 cd dist && zip httplib2-$(VERSION).zip -r httplib2-$(VERSION)
17
Joe Gregorio68cd8982009-08-04 13:41:44 -040018
jcgregorio076f54d2006-07-03 17:34:16 +000019doc:
jcgregorio88ada9a2007-05-03 13:20:38 +000020 #pudge -v -f --modules=httplib2 --dest=build/doc
Joe Gregoriofebf52d2009-12-24 09:05:42 -050021
joe.gregorio5fcc1992007-10-23 15:12:17 +000022register:
23 python setup.py register