From d04df2ff68ccd0e47ce2790d61e9d35787567517 Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mon, 1 Nov 2010 23:59:18 +0100 Subject: [PATCH] - Fix -doc Makefile to allow regeneration of .rst files --- python-sphinx.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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