blob: 41eab7cf330bd5eda20c0a00c630d33411cb158a (
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; cp /tmp/documentation.pdf /tmp/documentation.html .
upload: documentation.pdf
python setup.py register sdist upload
|