diff options
| author | michele.simionato <devnull@localhost> | 2008-12-14 06:13:49 +0000 |
|---|---|---|
| committer | michele.simionato <devnull@localhost> | 2008-12-14 06:13:49 +0000 |
| commit | e422ac2ebb8a038babc2fb41ab1a8c5aba374be0 (patch) | |
| tree | 415575ff65ef2fa503c336483af3875d606136ef /Makefile | |
| parent | e8ebd10028020ff8f864aa8dcf2855693e593b30 (diff) | |
| download | python-decorator-git-e422ac2ebb8a038babc2fb41ab1a8c5aba374be0.tar.gz | |
Published version of decorator 3.0
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 |
