[Commits] r491 - website

commits at geoext.org commits at geoext.org
Tue Apr 28 11:31:51 CEST 2009


Author: tschaub
Date: 2009-04-28 11:31:51 +0200 (Tue, 28 Apr 2009)
New Revision: 491

Modified:
   website/README.txt
   website/pavement.py
Log:
separating the build and update tasks

Modified: website/README.txt
===================================================================
--- website/README.txt	2009-04-28 09:30:28 UTC (rev 490)
+++ website/README.txt	2009-04-28 09:31:51 UTC (rev 491)
@@ -30,11 +30,16 @@
 Building the Docs
 -----------------
 
-From the GeoExtSite directory, run the following to build the html docs.
+From the GeoExtSite directory, run the following to build the html docs::
 
+  (GeoExtSite)you at prompt:~/GeoExtSite$ paver checkup_docs
   (GeoExtSite)you at prompt:~/GeoExtSite$ paver build_docs
 
+To rebuild the docs without the svn update, run just the following::
 
+  (GeoExtSite)you at prompt:~/GeoExtSite$ paver build_docs
+
+
 Serving Website
 ---------------
 

Modified: website/pavement.py
===================================================================
--- website/pavement.py	2009-04-28 09:30:28 UTC (rev 490)
+++ website/pavement.py	2009-04-28 09:31:51 UTC (rev 491)
@@ -114,8 +114,7 @@
     parser.run()
 
 @task
- at needs(['checkup_docs',
-        'parse_docs',
+ at needs(['parse_docs',
         'paver.doctools.html'])
 def build_docs():
     # will need to get smarter with new releases



More information about the Commits mailing list