X-Git-Url: http://challenge-bot.com/repos/?a=blobdiff_plain;f=Makefile;h=d1a5785c96e9df8b52e91839d9fde08fe9f78d92;hb=ef4da8bd93f3dcc1feb353a89c65b8ed77b83cd3;hp=4ab7d93c729b89f7c0d91581e83117fe329d0d7f;hpb=b3053d4656106cd712c46f8717556f24989571e3;p=challenge-bot diff --git a/Makefile b/Makefile index 4ab7d93..d1a5785 100644 --- a/Makefile +++ b/Makefile @@ -10,15 +10,24 @@ all: ${HTMLS} ${PDFS} echo HTMLS=${HTMLS} echo PDFS=${PDFS} +initial-ubuntu-install: + sudo apt-get install -y qrencode fritzing openscad + index.html: README.html cp $< $@ +qrcode: + qrencode -l L -v 1 -o qr.png "xib.me/rmmt" + +qrcode-large: + qrencode -l L -v 1 -o qr-large.png "https://gitorious.org/ozzloy/challenge-bot" + clean: - rm -f ${HTMLS} ${PDFS} + rm -f ${HTMLS} ${PDFS} 3d-printables/*.gcode \ + 3d-printables/*.x3g 3d-printables/*.stl %.html: %.md markdown $< > $@ %.pdf: %.html - htmldoc --numbered --book --no-title --header /// -f $@ $< - + htmldoc --numbered --book --no-title --header /// -f $@ $<