[Checkins] SVN: zodbdocs/trunk/ Add docutils dependency.
Sebastian Wehrmann
sw at gocept.com
Fri May 29 04:04:37 EDT 2009
Log message for revision 100530:
Add docutils dependency.
Fix path to sphinx-build binary.
Changed:
_U zodbdocs/trunk/
U zodbdocs/trunk/Makefile
U zodbdocs/trunk/buildout.cfg
-=-
Property changes on: zodbdocs/trunk
___________________________________________________________________
Added: svn:ignore
+ develop-eggs
eggs
parts
.installed.cfg
build
bin
Modified: zodbdocs/trunk/Makefile
===================================================================
--- zodbdocs/trunk/Makefile 2009-05-29 06:58:28 UTC (rev 100529)
+++ zodbdocs/trunk/Makefile 2009-05-29 08:04:37 UTC (rev 100530)
@@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = bin/sphinx-build
PAPER =
# Internal variables.
Modified: zodbdocs/trunk/buildout.cfg
===================================================================
--- zodbdocs/trunk/buildout.cfg 2009-05-29 06:58:28 UTC (rev 100529)
+++ zodbdocs/trunk/buildout.cfg 2009-05-29 08:04:37 UTC (rev 100530)
@@ -16,6 +16,7 @@
recipe = zc.recipe.egg
eggs =
Sphinx
+ docutils
interpreter = stxpy
scripts =
sphinx-build
More information about the Checkins
mailing list