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: