summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormicheles <micheles@micheles-mac>2010-05-22 09:08:40 +0200
committermicheles <micheles@micheles-mac>2010-05-22 09:08:40 +0200
commit3346499362d111158ae051a2bb17504f01344d58 (patch)
tree1de31cfbde75976252ed6df924ec6beeae7f4e81 /Makefile
parent4452ad10bcf032717f561bc825538e6daecd4c8a (diff)
downloadpython-decorator-git-3346499362d111158ae051a2bb17504f01344d58.tar.gz
Version 3.2 of the decorator module
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile21
1 files changed, 15 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 12fa499..5247dd3 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,18 @@
-RST=$(HOME)/trunk/ROnline/RCommon/Python/ms/tools/rst.py
+RST=python /home/micheles/trunk/ROnline/RCommon/Python/ms/tools/rst.py
-rst: documentation.py
- python $(HOME)/trunk/ROnline/RCommon/Python/ms/tools/minidoc.py -dH documentation.py
+rst: documentation.py documentation3.py
+ python $(HOME)/trunk/ROnline/RCommon/Python/ms/tools/minidoc.py -d documentation.py
+ python3 $(S)/minidoc3.py -d documentation3.py
-pdf: /tmp/documentation.rst
- $(RST) -ptd /tmp/documentation.rst; cp /tmp/documentation.pdf /tmp/documentation.html .
-upload: documentation.pdf
+html: /tmp/documentation.rst /tmp/documentation3.rst
+ $(RST) /tmp/documentation.rst
+ $(RST) /tmp/documentation3.rst
+ rst2html README.txt index.html
+
+pdf: /tmp/documentation.rst /tmp/documentation3.rst
+ rst2pdf /tmp/documentation.rst -o documentation.pdf
+ rst2pdf /tmp/documentation3.rst -o documentation3.pdf
+ cp /tmp/documentation.html /tmp/documentation3.html .
+
+upload: documentation.pdf documentation3.pdf
python setup.py register sdist upload