- Fix -doc Makefile to allow regeneration of .rst files

This commit is contained in:
Michel Alexandre Salim 2010-11-01 23:59:18 +01:00
commit d04df2ff68

View file

@ -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