summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2008-12-14 07:00:12 +0000
committermichele.simionato <devnull@localhost>2008-12-14 07:00:12 +0000
commitcea222153dbe37f41a3f38257fee69aadde37d45 (patch)
tree6329f81c646d9e89fdb6d3519c3c3727dc6978b9 /Makefile
parente422ac2ebb8a038babc2fb41ab1a8c5aba374be0 (diff)
downloadpython-decorator-git-cea222153dbe37f41a3f38257fee69aadde37d45.tar.gz
Added the .html documentation to the distribution
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 52405ac..41eab7c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
RST=/home/micheles/trunk/ROnline/RCommon/Python/ms/tools/rst.py
pdf: /tmp/documentation.rst
- $(RST) -ptd /tmp/documentation.rst; mv /tmp/documentation.pdf .
+ $(RST) -ptd /tmp/documentation.rst; cp /tmp/documentation.pdf /tmp/documentation.html .
upload: documentation.pdf
python setup.py register sdist upload