blob: ca45a7ad15c5531382e7550510354032bc61bef8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 docs/README.rst
sphinx-build docs docs/_build
upload: docs/README.rst
python3 setup.py sdist bdist_wheel upload
|