Update top-level Makefile with documentation generation commands.

feature/documentation-builds-dirhtml
Isis Lovecruft 2013-04-05 23:11:35 +00:00
parent 1ed011a0db
commit e8a536d4b1
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,10 @@ test: cleantest
install:
python setup.py install
docs:
clean-docs:
sphinx-apidoc -o docs -F -A "Isis Agora Lovecruft" -H "python-gnupg" -V 0.3.1 -R 0.3.1 .
docs:
cd docs
make clean
make html