summaryrefslogtreecommitdiff
path: root/decorator/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
commitd649bcdee2d4ec6729febb0f38b7eb0147fc06ae (patch)
tree97fb4c92b3ad860a9de1c332c3d11e370ca5c270 /decorator/Makefile
parentacdb3093b0dc0377170f4a46a8e5fae9cb136874 (diff)
downloadmicheles-d649bcdee2d4ec6729febb0f38b7eb0147fc06ae.tar.gz
Added the .html documentation to the distribution
Diffstat (limited to 'decorator/Makefile')
-rw-r--r--decorator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/decorator/Makefile b/decorator/Makefile
index 52405ac..41eab7c 100644
--- a/decorator/Makefile
+++ b/decorator/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