Remove OAuth 1.0 support.

Reviewed in http://codereview.appspot.com/6063052/
diff --git a/Makefile b/Makefile
index 3786b7f..2bdfc3c 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@
 docs:
 	cd docs; ./build.sh
 	python describe.py
-	python samples-index.py ../google-api-python-client.wiki/SampleApps.wiki
+	python samples-index.py > ../google-api-python-client.wiki/SampleApps.wiki
 
 .PHONY: wiki
 wiki: