X-Git-Url: http://challenge-bot.com/repos/?p=challenge-bot;a=blobdiff_plain;f=curriculum%2Fmakefile;h=c445c3c27e0f74dec4f3f1c3501b1f9f49402145;hp=53c01e9c5993712a33f7b8774d0887a5e7a0dbf6;hb=0b5cd84e95a2e84696afc5aa844bdf64a5ae4dc6;hpb=8cf33cb7b341d72162565d7cef10917a8747810e diff --git a/curriculum/makefile b/curriculum/makefile index 53c01e9..c445c3c 100644 --- a/curriculum/makefile +++ b/curriculum/makefile @@ -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: