summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Martin <jxm@risingtidesystems.com>2011-10-19 19:17:46 +0200
committerJerome Martin <jxm@risingtidesystems.com>2011-10-19 19:21:25 +0200
commit945507c2dab13daabdc7b2c2c4fac09ff7cc045a (patch)
tree6724bf4220aca1fca833d0cc8b5473232916133b
parente2c5e356cb0c8c9e9089795b1a04a7927e9f8ad8 (diff)
downloadconfigshell-fb-945507c2dab13daabdc7b2c2c4fac09ff7cc045a.tar.gz
Fixed HTML documentation
* HTML pages were corrupted by wrong sed commands.
-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