Changeset 2440
- Timestamp:
- 10/09/10 19:05:54 (3 years ago)
- Files:
-
- website/README.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
website/README.txt
r1120 r2440 71 71 (GeoExtSite)you@prompt:~/GeoExtSite$ paver build_docs 72 72 73 This will check out the latest GeoExt code and doc sources. You can rebuild the73 This will export the latest GeoExt code and doc sources. You can rebuild the 74 74 docs at any time with the above command. If you need to grab an update from the 75 75 repository before building docs, run the following:: 76 76 77 (GeoExtSite)you@prompt:~/GeoExtSite$ paver checkup_docs 77 (GeoExtSite)you@prompt:~/GeoExtSite$ paver export_src 78 (GeoExtSite)you@prompt:~/GeoExtSite$ paver build_docs 79 80 To build docs for a specific release, make sure the release is configured in 81 the [releases] section of website-conf.cfg (e.g. "latest" for the latest stable 82 release), and run the following: 83 84 (GeoExtSite)you@prompt:~/GeoExtSite$ paver release=latest export_src 78 85 (GeoExtSite)you@prompt:~/GeoExtSite$ paver build_docs 79 86