summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 6d2cee1..4594571 100644
--- a/Makefile
+++ b/Makefile
@@ -1,11 +1,5 @@
-RST=$(S)/ms/tools/rst.py -H
-
-rst: src/tests/documentation.py
- PYTHONPATH=src:$(S) $(S)/ms/tools/minidoc.py -d tests.documentation
- cp /tmp/tests.documentation.rst docs
-
-html: /tmp/tests.documentation.rst
- sphinx-build docs docs/_build
+md: src/tests/documentation.py
+ python $(S)/ms/tools/py2md.py src/tests/documentation.py docs
upload: README.rst
python setup.py sdist bdist_wheel upload