summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-02-16 06:14:07 +0000
committermichele.simionato <devnull@localhost>2009-02-16 06:14:07 +0000
commitd1f45f65e6150e3c16d261375df400b3e7e5f89b (patch)
tree45919746b90d95e02651b91a1e81802f01ee13e4 /Makefile
parent53aea0e07b603b1f617b33a7c4ace8bd7e288981 (diff)
downloadpython-decorator-git-d1f45f65e6150e3c16d261375df400b3e7e5f89b.tar.gz
Version 3.0.1 released
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 41eab7c..35d92a5 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,8 @@
RST=/home/micheles/trunk/ROnline/RCommon/Python/ms/tools/rst.py
+rst: documentation.py
+ python /home/micheles/trunk/ROnline/RCommon/Python/ms/tools/minidoc.py -dH documentation.py
+
pdf: /tmp/documentation.rst
$(RST) -ptd /tmp/documentation.rst; cp /tmp/documentation.pdf /tmp/documentation.html .
upload: documentation.pdf