summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2008-12-03 06:58:37 +0000
committermichele.simionato <devnull@localhost>2008-12-03 06:58:37 +0000
commit7b391ceaf4d46bd2fe1464379fc48d6b3c8b6b01 (patch)
tree7abf80f40e2747beebea67cc38e9f6de4c863d1a /Makefile
downloadpython-decorator-git-7b391ceaf4d46bd2fe1464379fc48d6b3c8b6b01.tar.gz
Started the work on version 3.0 of the decorator module
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile15
1 files changed, 15 insertions, 0 deletions
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