From e422ac2ebb8a038babc2fb41ab1a8c5aba374be0 Mon Sep 17 00:00:00 2001 From: "michele.simionato" Date: Sun, 14 Dec 2008 06:13:49 +0000 Subject: Published version of decorator 3.0 --- Makefile | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) mode change 100755 => 100644 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile old mode 100755 new mode 100644 index 738bc81..52405ac --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1