Sha256: 04afe3ddc6bac4256674dc1aefd7e1160404b6e21f1bdeee7c182d5e1007835c
Contents?: true
Size: 1.02 KB
Versions: 5
Compression:
Stored size: 1.02 KB
Contents
#!/bin/sh -x svn export http://svn.openlayers.org/tags/openlayers/release-$VERSION OpenLayers-$VERSION cd OpenLayers-$VERSION/build ./build.py mkdir /osgeo/openlayers/docs/api/$VERSION cd .. cp build/OpenLayers.js /osgeo/openlayers/docs/api/$VERSION cp -a img/ /osgeo/openlayers/docs/api/$VERSION cp -a theme/ /osgeo/openlayers/docs/api/$VERSION # First remove all .pyc files from the directory. rm tools/*.pyc # move single file version cp build/OpenLayers.js OpenLayers.js rm build/OpenLayers.js cd .. mkdir OpenLayers-$VERSION/doc/devdocs naturaldocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/devdocs -p OpenLayers-$VERSION/doc_config -s Default OL mkdir OpenLayers-$VERSION/doc/apidocs naturaldocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/apidocs -p OpenLayers-$VERSION/apidoc_config -s Default OL tar cvfz OpenLayers-$VERSION.tar.gz OpenLayers-$VERSION/ cp OpenLayers-$VERSION.tar.gz /osgeo/openlayers/docs/download zip -9r OpenLayers-$VERSION.zip OpenLayers-$VERSION/
Version data entries
5 entries across 5 versions & 1 rubygems