[Zope-Checkins] SVN: Zope/trunk/buildout.cfg Re-align with 2.12 branch version
Hanno Schlichting
hannosch at hannosch.eu
Sat Oct 10 08:41:10 EDT 2009
Log message for revision 104998:
Re-align with 2.12 branch version
Changed:
U Zope/trunk/buildout.cfg
-=-
Modified: Zope/trunk/buildout.cfg
===================================================================
--- Zope/trunk/buildout.cfg 2009-10-10 12:39:30 UTC (rev 104997)
+++ Zope/trunk/buildout.cfg 2009-10-10 12:41:10 UTC (rev 104998)
@@ -4,6 +4,7 @@
test
scripts
zopepy
+ docs
alltests
allpy
dependencies
@@ -29,6 +30,12 @@
interpreter = zopepy
scripts = zopepy
+
+[docs]
+recipe = zc.recipe.egg
+eggs = sphinx
+
+
[alltests]
recipe = zc.recipe.testrunner
eggs =
More information about the Zope-Checkins
mailing list