diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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 |
