5 svn export http://svn.openlayers.org/tags/openlayers/release-$VERSION OpenLayers-$VERSION
6 cd OpenLayers-$VERSION/build
16 mkdir /www/openlayers/htdocs/api/$VERSION
17 cp OpenLayers.js /www/openlayers/htdocs/api/$VERSION
18 cp -a img/ /www/openlayers/htdocs/api/$VERSION
19 cp -a theme/ /www/openlayers/htdocs/api/$VERSION
23 ~/nd/NaturalDocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/devdocs -p OpenLayers-$VERSION/doc_config -s Small OL
24 ~/nd/NaturalDocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/apidocs -p OpenLayers-$VERSION/apidoc_config -s Small OL
26 tar cvfz OpenLayers-$VERSION.tar.gz OpenLayers-$VERSION/
27 zip -9r OpenLayers-$VERSION.zip OpenLayers-$VERSION/
29 cp OpenLayers-$VERSION.* /www/openlayers/htdocs/download