Changes between Version 21 and Version 22 of Release/Procedure
- Timestamp:
- 09/29/08 04:22:08 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Release/Procedure
v21 v22 102 102 cp -a theme/ /www/openlayers/docs/api/x.y 103 103 }}} 104 1. Perform additional build steps:105 {{{106 cp build/OpenLayers.js OpenLayers.js107 rm build/OpenLayers.js108 }}}109 104 1. Build the tarball and copy it up to openlayers.org 110 105 {{{ 111 106 # First remove all .pyc files from the directory. 112 107 rm tools/*.pyc 108 # move single file version 109 cp build/OpenLayers.js OpenLayers.js 110 rm build/OpenLayers.js 111 113 112 cd .. 113 perl ~crschmidt/NaturalDocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/devdocs -p OpenLayers-$VERSION/doc_config -s Default OL 114 perl ~crschmidt/NaturalDocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/apidocs -p OpenLayers-$VERSION/apidoc_config -s Default OL 115 114 116 tar cvfz OpenLayers-x.y.tar.gz OpenLayers-x.y/ 115 117 cp OpenLayers-x.y.tar.gz /www/openlayers/docs/download
