Updated tools for releasing.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11998 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -24,17 +24,17 @@ mkdir doc/devdocs
|
||||
mkdir doc/apidocs
|
||||
rm tools/*.pyc
|
||||
|
||||
mkdir /www/openlayers/htdocs/api/$VERSION
|
||||
cp OpenLayers.js /www/openlayers/htdocs/api/$VERSION
|
||||
cp -a img/ /www/openlayers/htdocs/api/$VERSION
|
||||
cp -a theme/ /www/openlayers/htdocs/api/$VERSION
|
||||
mkdir /osgeo/openlayers/docs/api/$VERSION
|
||||
cp OpenLayers.js /osgeo/openlayers/docs/api/$VERSION
|
||||
cp -a img/ /osgeo/openlayers/docs/api/$VERSION
|
||||
cp -a theme/ /osgeo/openlayers/docs/api/$VERSION
|
||||
|
||||
cd ..
|
||||
|
||||
~/nd/NaturalDocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/devdocs -p OpenLayers-$VERSION/doc_config -s Small OL
|
||||
~/nd/NaturalDocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/apidocs -p OpenLayers-$VERSION/apidoc_config -s Small OL
|
||||
naturaldocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/devdocs -p OpenLayers-$VERSION/doc_config -s Small OL
|
||||
naturaldocs -i OpenLayers-$VERSION/lib -o HTML OpenLayers-$VERSION/doc/apidocs -p OpenLayers-$VERSION/apidoc_config -s Small OL
|
||||
|
||||
tar cvfz OpenLayers-$VERSION.tar.gz OpenLayers-$VERSION/
|
||||
zip -9r OpenLayers-$VERSION.zip OpenLayers-$VERSION/
|
||||
|
||||
cp OpenLayers-$VERSION.* /www/openlayers/htdocs/download
|
||||
cp OpenLayers-$VERSION.* /osgeo/openlayers/docs/download
|
||||
|
||||
Reference in New Issue
Block a user