summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdebian/rules2
-rw-r--r--rpm/python-configshell.spec.tmpl2
2 files changed, 0 insertions, 4 deletions
diff --git a/debian/rules b/debian/rules
index 3b24e87..d9a49a1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,8 +36,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-configshell.spec.tmpl b/rpm/python-configshell.spec.tmpl
index 71b4c1c..75f7906 100644
--- a/rpm/python-configshell.spec.tmpl
+++ b/rpm/python-configshell.spec.tmpl
@@ -24,8 +24,6 @@ A framework to implement simple but nice command-line interfaces.
%{__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