summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-10-19 19:20:19 +0200
committerJerome Martin <jxm@risingtidesystems.com>2011-10-19 19:20:19 +0200
commit4270fa2dbe8017506a608aabe435c53c84ca2b6d (patch)
tree570e8b2ad4291994f0f6e4f048f5f30f291f933f
parent1cb65288054e416909616a8746628ca80617a395 (diff)
downloadrtslib-fb-4270fa2dbe8017506a608aabe435c53c84ca2b6d.tar.gz
Fixed HTML docs
* A broken sed command was corrupting the files.
-rwxr-xr-xdebian/rules2
-rw-r--r--rpm/python-rtslib.spec.tmpl2
2 files changed, 0 insertions, 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
- 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
-sed -i "s/\?>/>/g" html/*.html
mv html doc/
%install