- Fix -doc Makefile to allow regeneration of .rst files
This commit is contained in:
parent
5898dacc7f
commit
d04df2ff68
1 changed files with 6 additions and 2 deletions
|
|
@ -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 <salimma@fedoraproject.org> - 0.6.6-3
|
||||
- Fix -doc Makefile to allow regeneration of .rst files
|
||||
|
||||
* Mon Nov 1 2010 Michel Salim <salimma@fedoraproject.org> - 0.6.6-2
|
||||
- Actually include *.js locale files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue