Fix for #12, README mentions doc/ directory; by including the doc directory in future distributions.

This commit is contained in:
Ryan Williams
2010-02-20 21:29:51 -05:00
parent dab4328d9b
commit af9113133c
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
recursive-include tests *.py *.crt *.key
recursive-include doc *.rst *.txt *.py Makefile *.png
recursive-include examples *.py
include MANIFEST.in README.twisted NEWS
include MANIFEST.in README.twisted NEWS AUTHORS LICENSE README

2
README
View File

@@ -18,7 +18,7 @@ Also, look at the examples in the examples directory.
Building the Docs Locally
=========================
To build a complete set of HTML documentation, you must have Sphinx, which can be found at http://sphinx.pocoo.org/
To build a complete set of HTML documentation, you must have Sphinx, which can be found at http://sphinx.pocoo.org/ (or installed with `easy_install sphinx`)
cd doc
make html