Don't install scripts twice. Thanks to lunar.

This commit is contained in:
Georg Brandl
2008-03-23 17:43:22 +00:00
parent 5dfd70d04d
commit 5a131c30a2
5 changed files with 16 additions and 15 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ Reading the docs
After installing::
cd doc
sphinx-build.py . .build
browser .build/index.html
sphinx-build . _build/html
browser _build/index.html
Or read them online at <http://sphinx.pocoo.org/>.