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:
@ -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'
|
||||
|
||||
|
Reference in New Issue
Block a user