summaryrefslogtreecommitdiff
path: root/decorator/Makefile
blob: 52405accfd01562c975b2069f57bdadf39691b2f (plain)
1
2
3
4
5
6
RST=/home/micheles/trunk/ROnline/RCommon/Python/ms/tools/rst.py

pdf: /tmp/documentation.rst
	$(RST) -ptd /tmp/documentation.rst; mv /tmp/documentation.pdf .
upload: documentation.pdf
	python setup.py register sdist upload