Changeset 2440

Show
Ignore:
Timestamp:
10/09/10 19:05:54 (3 years ago)
Author:
ahocevar
Message:

updated README, explaining how to build docs for a specific release

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • website/README.txt

    r1120 r2440  
    7171    (GeoExtSite)you@prompt:~/GeoExtSite$ paver build_docs 
    7272 
    73 This will check out the latest GeoExt code and doc sources.  You can rebuild the 
     73This will export the latest GeoExt code and doc sources.  You can rebuild the 
    7474docs at any time with the above command.  If you need to grab an update from the 
    7575repository before building docs, run the following:: 
    7676 
    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 
     80To build docs for a specific release, make sure the release is configured in 
     81the [releases] section of website-conf.cfg (e.g. "latest" for the latest stable 
     82release), and run the following: 
     83 
     84    (GeoExtSite)you@prompt:~/GeoExtSite$ paver release=latest export_src 
    7885    (GeoExtSite)you@prompt:~/GeoExtSite$ paver build_docs 
    7986