commit | 9ce4b629b1fcdc0c74c45bc3a50b4ac457e9307a | [log] [tgz] |
---|---|---|
author | Joe Gregorio <jcgregorio@google.com> | Thu Feb 17 15:32:11 2011 -0500 |
committer | Joe Gregorio <jcgregorio@google.com> | Thu Feb 17 15:32:11 2011 -0500 |
tree | f853149aa56124dd6c4e49a65ab6ddac363013da | |
parent | 3b79fa848865bbe8d8030056969a31d043d36d88 [diff] [blame] |
Moving all OAuth code and samples to use Storage consistently
diff --git a/Makefile b/Makefile index 75d64b5..a1123b3 100644 --- a/Makefile +++ b/Makefile
@@ -3,3 +3,7 @@ test: python runtests.py tests + +.PHONY: docs +docs: + cd docs; ./build.sh