hrm
authorKenneth Reitz <me@kennethreitz.com>
Wed, 7 Sep 2011 22:19:54 +0000 (18:19 -0400)
committerKenneth Reitz <me@kennethreitz.com>
Wed, 7 Sep 2011 22:19:54 +0000 (18:19 -0400)
Makefile

index 37600f5985e561154c1c1177e9a808e55500bbd6..6ec49602ce6d2ef3ce26dae98c4fb531203cce1b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,6 @@ test:
        python test_requests.py
 
 site:
-       # Building Docs
+       cd docs; make dirhtml
 
 docs: site
-       cd docs; make dirhtml
\ No newline at end of file