summaryrefslogtreecommitdiff
path: root/decorator/Makefile
blob: a5c0b8682e1e338ff7c6d2dbcc95ebbe1d350b87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
RST=python $(S)/ms/tools/rst.py

rst: documentation.py documentation3.py
	python $(S)/ms/tools/minidoc.py -d documentation.py
	python3.3 $(S)/minidoc3.py -d documentation3.py

html: /tmp/documentation.rst /tmp/documentation3.rst
	$(RST) /tmp/documentation.rst
	$(RST) /tmp/documentation3.rst
	rst2html README.txt index.html

pdf: /tmp/documentation.rst /tmp/documentation3.rst
	rst2pdf /tmp/documentation.rst -o documentation.pdf
	rst2pdf /tmp/documentation3.rst -o documentation3.pdf
	cp /tmp/documentation.html /tmp/documentation3.html .

upload: documentation.pdf documentation3.pdf
	python3.3 setup.py register sdist upload