Skip to content

Commit 2de016c

Browse files
committed
Now including the FAQ (but no images) in the reference.
1 parent 650c275 commit 2de016c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/fetch.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
mkdir reference
99
cd reference
1010
curl http://www.arduino.cc/en/Main/Howto -o howto.html
11+
curl http://www.arduino.cc/en/Main/FAQ -o FAQ.html
1112
curl http://www.arduino.cc/en/Reference/HomePage -o index.html
1213
curl http://www.arduino.cc/en/pub/skins/arduino/arduino.css -o arduino.css
1314
for i in `grep -o "http://www.arduino.cc/en/Reference/[^']*" index.html | sort -u | grep -v '?' | cut -d '/' -f 6`; do curl http://www.arduino.cc/en/Reference/$i -o $i.html; done
@@ -18,4 +19,4 @@ perl -i -pe "s|HomePage.html|index.html|g" *.html
1819
perl -i -pe "s|href=\"/\"|href=\"http://www.arduino.cc/\"|g" *.html
1920
cd ..
2021
zip -r shared/reference.zip reference
21-
rm -rf reference
22+
rm -rf reference

0 commit comments

Comments
 (0)