From 945507c2dab13daabdc7b2c2c4fac09ff7cc045a Mon Sep 17 00:00:00 2001 From: Jerome Martin Date: Wed, 19 Oct 2011 19:17:46 +0200 Subject: Fixed HTML documentation * HTML pages were corrupted by wrong sed commands. --- debian/rules | 2 -- rpm/python-configshell.spec.tmpl | 2 -- 2 files changed, 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 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 mv html doc/ %install -- cgit v1.2.1