From 2de016c367647d93b591171f5bddd0cbc0a0b1c9 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sun, 26 Mar 2006 19:10:48 +0000 Subject: [PATCH] Now including the FAQ (but no images) in the reference. --- build/fetch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/fetch.sh b/build/fetch.sh index d5d512c85..7fe8696bc 100755 --- a/build/fetch.sh +++ b/build/fetch.sh @@ -8,6 +8,7 @@ mkdir reference cd reference curl http://www.arduino.cc/en/Main/Howto -o howto.html +curl http://www.arduino.cc/en/Main/FAQ -o FAQ.html curl http://www.arduino.cc/en/Reference/HomePage -o index.html curl http://www.arduino.cc/en/pub/skins/arduino/arduino.css -o arduino.css 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 perl -i -pe "s|href=\"/\"|href=\"http://www.arduino.cc/\"|g" *.html cd .. zip -r shared/reference.zip reference -rm -rf reference \ No newline at end of file +rm -rf reference