1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Updating reference (and reference-fetching scripts).

This commit is contained in:
David A. Mellis
2010-12-23 19:08:09 -06:00
parent 6fa74cf711
commit 942435a678
3 changed files with 8 additions and 2 deletions

View File

@ -12,6 +12,9 @@ mkdir reference || die 'unable to create reference directory'
cd reference
perl ../create_reference.pl || die 'unable to create local reference pages'
mkdir img
curl http://arduino.cc/en/pub/skins/arduinoUno/img/logo.png > img/logo.png
cd ..
zip -r shared/reference.zip reference || die 'unable to create reference.zip archive'