add picture for arduino placement
[challenge-bot] / curriculum / makefile
index ab55f8cdf5374abdb2a50a6038cbdcb25676b4da..c445c3c27e0f74dec4f3f1c3501b1f9f49402145 100644 (file)
@@ -1,3 +1,5 @@
+all:challenge-bot.html
+
 square.png: square.scad makefile
        @openscad \
          --render \
@@ -64,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: