Merge branch 'Arduino' into avr_core

This commit is contained in:
Francois Best 2012-05-23 00:19:46 +02:00
commit 8a76e1dd3b
2 changed files with 17 additions and 1 deletions

2
doc/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
html
latex

View File

@ -9,6 +9,8 @@ cp ../src/* temp
# Copy resources
cp keywords.txt temp
cp install_* temp
rm temp/install_local_*
# Copy examples
cp -r examples/* temp/examples
@ -24,4 +26,16 @@ cp -r ../doc/* temp/doc
# Generate package
mv temp MIDI
zip -r MIDI.zip MIDI
mv MIDI.zip Arduino_MIDI_Library_v.zip
# Remove temp folder
rm -rf MIDI
# Archive generated packaged
if [[ !( -d ../bin ) ]]
then
mkdir ../bin # Create archives location
fi
mv MIDI.zip ../bin/Arduino_MIDI_Library.zip