diff --git a/python-sphinx.spec b/python-sphinx.spec index 09247b3..b67dff1 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -6,7 +6,7 @@ Name: python-sphinx Version: 0.6.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python documentation generator Group: Development/Tools @@ -83,7 +83,8 @@ pushd doc make html rm -rf _build/html/.buildinfo mv _build/html .. -rm -rf _* +rm -rf _build +sed -i 's|python ../sphinx-build.py|/usr/bin/sphinx-build|' Makefile popd @@ -150,6 +151,9 @@ make test %changelog +* Mon Nov 1 2010 Michel Salim - 0.6.6-3 +- Fix -doc Makefile to allow regeneration of .rst files + * Mon Nov 1 2010 Michel Salim - 0.6.6-2 - Actually include *.js locale files