diff options
Diffstat (limited to 'Makefile')
| -rw-r--r--[-rwxr-xr-x] | Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
@@ -1,15 +1,6 @@ -T = /home/micheles/trunk/ROnline/RCommon/Python/ms/tools -V = 2.3.2 +RST=/home/micheles/trunk/ROnline/RCommon/Python/ms/tools/rst.py -documentation.html: documentation.txt - python $T/rst.py documentation -documentation.pdf: documentation.txt - python $T/rst.py -tp documentation -pdf: documentation.pdf - evince documentation.pdf& -decorator-$V.zip: README.txt documentation.txt documentation.html documentation.pdf \ -doctester.py decorator.py setup.py CHANGES.txt performance.sh - zip decorator-$V.zip README.txt documentation.txt documentation.html \ -documentation.pdf decorator.py setup.py doctester.py CHANGES.txt performance.sh -upload: decorator-$V.zip - scp decorator-$V.zip documentation.html alpha.phyast.pitt.edu:public_html/python +pdf: /tmp/documentation.rst + $(RST) -ptd /tmp/documentation.rst; mv /tmp/documentation.pdf . +upload: documentation.pdf + python setup.py register sdist upload |
