summaryrefslogtreecommitdiff
path: root/Makefile
blob: 116b2aaf7af76e80f5b8553cd55d0b8de2adabb9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
RST=$(S)/ms/tools/rst.py -H

rst: src/tests/documentation.py
	PYTHONPATH=src:$(S) $(S)/ms/tools/minidoc.py -d tests.documentation

html: /tmp/tests.documentation.rst docs/README.rst
	$(RST) /tmp/tests.documentation.rst
	$(RST) docs/README.rst
	mv docs/README.html docs/index.html
	mv /tmp/tests.documentation.html docs/documentation.html

pdf: /tmp/tests.documentation.rst
	rst2pdf /tmp/tests.documentation.rst -o documentation.pdf

upload: documentation.pdf docs/index.html
	python3 setup.py register sdist bdist_wheel upload upload_docs