commit | 0fb19e1b016907d50baefaca4e8bbf7d6bdad857 | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Tue Feb 22 07:53:24 2011 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Tue Feb 22 07:53:24 2011 -0500 |
tree | d27e06b6b1c3f582f35d1785e8a713105d858a33 | |
parent | afc45f278133e4fed6537773d3de6fb2a97bd350 [diff] [blame] |
Simplify api-python-client-doc and add Home link back in.
diff --git a/Makefile b/Makefile index e203867..a0550a2 100644 --- a/Makefile +++ b/Makefile
@@ -1,8 +1,8 @@ pep8: - find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202 + find apiclient samples -name "*.py" | xargs pep8 --ignore=E111,E202 test: - python runtests.py tests + python runtests.py tests .PHONY: docs docs: