Fixed HTML docs

* A broken sed command was corrupting the files.
This commit is contained in:
Jerome Martin
2011-10-19 19:20:19 +02:00
parent 1cb6528805
commit 4270fa2dbe
2 changed files with 0 additions and 4 deletions

2
debian/rules vendored
View File

@@ -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

View File

@@ -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