From 7b391ceaf4d46bd2fe1464379fc48d6b3c8b6b01 Mon Sep 17 00:00:00 2001 From: "michele.simionato" Date: Wed, 3 Dec 2008 06:58:37 +0000 Subject: Started the work on version 3.0 of the decorator module --- Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 Makefile (limited to 'Makefile') diff --git a/Makefile b/Makefile new file mode 100755 index 0000000..738bc81 --- /dev/null +++ b/Makefile @@ -0,0 +1,15 @@ +T = /home/micheles/trunk/ROnline/RCommon/Python/ms/tools +V = 2.3.2 + +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 -- cgit v1.2.1