From cea222153dbe37f41a3f38257fee69aadde37d45 Mon Sep 17 00:00:00 2001 From: "michele.simionato" Date: Sun, 14 Dec 2008 07:00:12 +0000 Subject: Added the .html documentation to the distribution --- MANIFEST.in | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 4ef4f14..95faa9b 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1 +1 @@ -include documentation.pdf +include documentation.html documentation.pdf 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 -- cgit v1.2.1