[Commits] r581 - website
commits at geoext.org
commits at geoext.org
Fri May 1 20:53:06 CEST 2009
Author: whit
Date: 2009-05-01 20:53:06 +0200 (Fri, 01 May 2009)
New Revision: 581
Modified:
website/pavement.py
Log:
add parse docs to the task deps for build_all
Modified: website/pavement.py
===================================================================
--- website/pavement.py 2009-05-01 18:16:15 UTC (rev 580)
+++ website/pavement.py 2009-05-01 18:53:06 UTC (rev 581)
@@ -67,7 +67,7 @@
docsrc_url=cp.get("urls", "docsrc"))
@task
- at needs(['setuptool.command.develop', "build_docs"])
+ at needs(['setuptool.command.develop', "parse_docs", "build_docs"])
def build_all():
info("Ding! Docs are done!")
More information about the Commits
mailing list