From 4270fa2dbe8017506a608aabe435c53c84ca2b6d Mon Sep 17 00:00:00 2001 From: Jerome Martin Date: Wed, 19 Oct 2011 19:20:19 +0200 Subject: [PATCH] Fixed HTML docs * A broken sed command was corrupting the files. --- debian/rules | 2 -- rpm/python-rtslib.spec.tmpl | 2 -- 2 files changed, 4 deletions(-) diff --git a/debian/rules b/debian/rules index ad2ff59..b8fa07c 100755 --- a/debian/rules +++ b/debian/rules @@ -39,8 +39,6 @@ build-stamp: mkdir -p $(build_dir) doc cd $(build_dir); epydoc --no-sourcecode --html -n $(name) \ --exclude configobj ../$(name)/*.py - sed -i "s/<\?//>/g" $(build_dir)/html/*.html cp -r $(build_dir)/html doc/ touch build-stamp diff --git a/rpm/python-rtslib.spec.tmpl b/rpm/python-rtslib.spec.tmpl index 98c11c0..7b3af44 100644 --- a/rpm/python-rtslib.spec.tmpl +++ b/rpm/python-rtslib.spec.tmpl @@ -24,8 +24,6 @@ API for RisingTide Systems generic SCSI target. %{__python} setup.py build mkdir -p doc epydoc --no-sourcecode --html -n %{oname} --exclude configobj %{oname}/*.py -sed -i "s/<\?//>/g" html/*.html mv html doc/ %install