summaryrefslogtreecommitdiff
path: root/decorator/Makefile
blob: bd53ca0a502cc1b9f78992a13295e3a9ed9e10dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
RST=python /home/micheles/trunk/ROnline/RCommon/Python/ms/tools/rst.py

rst: documentation.py documentation3.py
	python $(HOME)/trunk/ROnline/RCommon/Python/ms/tools/minidoc.py -d documentation.py
	python3 $(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 setup.py register sdist upload