adds initial doc files
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
# along with this program; if not, write to the Free Software
|
||||
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
|
||||
.PHONY : all clean clean-build clean-pyc clean-test install test upload
|
||||
.PHONY : all clean clean-build clean-pyc clean-test install test docs upload
|
||||
|
||||
# builds the module
|
||||
all :
|
||||
@@ -53,6 +53,9 @@ check : test
|
||||
test : clean-pyc
|
||||
tox
|
||||
|
||||
docs :
|
||||
$(MAKE) -C docs singlehtml
|
||||
|
||||
# publishes module at pypi
|
||||
upload : test
|
||||
python ./setup.py sdist upload
|
||||
|
||||
Reference in New Issue
Block a user