Pulled down documentation and build.sh fixes from 1.0 branch.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@716 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Schuyler Erle
2006-06-23 15:30:43 +00:00
parent 83e1317b38
commit c43a44dc75
3 changed files with 63 additions and 0 deletions

View File

@@ -33,5 +33,8 @@ echo Shrinking and post-processing...
cat ${LICENSE_HEADER_FILENAME} > ${OUTPUT_FILENAME}
${CMD_JSMIN} <${TMP_OUTPUT_FILENAME} >> ${OUTPUT_FILENAME}
echo Cleaning up...
rm $TMP_OUTPUT_FILENAME
echo
echo Done.