[Commits] r2440 - website
commits at geoext.org
commits at geoext.org
Sat Oct 9 19:05:54 CEST 2010
Author: ahocevar
Date: 2010-10-09 19:05:54 +0200 (Sat, 09 Oct 2010)
New Revision: 2440
Modified:
website/README.txt
Log:
updated README, explaining how to build docs for a specific release
Modified: website/README.txt
===================================================================
--- website/README.txt 2010-10-09 16:58:49 UTC (rev 2439)
+++ website/README.txt 2010-10-09 17:05:54 UTC (rev 2440)
@@ -70,14 +70,21 @@
(GeoExtSite)you at prompt:~/GeoExtSite$ paver build_docs
-This will check out the latest GeoExt code and doc sources. You can rebuild the
+This will export the latest GeoExt code and doc sources. You can rebuild the
docs at any time with the above command. If you need to grab an update from the
repository before building docs, run the following::
- (GeoExtSite)you at prompt:~/GeoExtSite$ paver checkup_docs
+ (GeoExtSite)you at prompt:~/GeoExtSite$ paver export_src
(GeoExtSite)you at prompt:~/GeoExtSite$ paver build_docs
+To build docs for a specific release, make sure the release is configured in
+the [releases] section of website-conf.cfg (e.g. "latest" for the latest stable
+release), and run the following:
+ (GeoExtSite)you at prompt:~/GeoExtSite$ paver release=latest export_src
+ (GeoExtSite)you at prompt:~/GeoExtSite$ paver build_docs
+
+
Serving Website
---------------
More information about the Commits
mailing list