add picture for arduino placement
[challenge-bot] / curriculum / makefile
index 53c01e9c5993712a33f7b8774d0887a5e7a0dbf6..c445c3c27e0f74dec4f3f1c3501b1f9f49402145 100644 (file)
@@ -66,7 +66,14 @@ translate.html: translate.scm \
                makefile
        @skribilo translate.scm > translate.html
 
-challenge-bot.html: challenge-bot.scm
+%.png:%.svg makefile
+       @inkscape \
+         --export-png $@ \
+         --file $< \
+         > /dev/null
+
+challenge-bot.html: challenge-bot.scm \
+       arduino-to-deck/4-place-arduino-closeup.png
        @skribilo challenge-bot.scm > challenge-bot.html
 
 clean: