diff options
Diffstat (limited to 'info/Makefile')
-rw-r--r-- | info/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/info/Makefile b/info/Makefile new file mode 100644 index 0000000..c9158a9 --- /dev/null +++ b/info/Makefile @@ -0,0 +1,13 @@ +all: + markdown index.md > index.html + convert -geometry 700x shopping_list_paper.jpg shopping_list_paper.png + convert -geometry 700x -crop 700x490+0+170 prepped_lunchboxes.jpg prepped_lunchboxes.png + convert -geometry 700x ingredients_ready.jpg ingredients_ready.png + convert -geometry 700x ingredients_chopped.jpg ingredients_chopped.png + convert -geometry 700x soup_making.jpg soup_making.png + +install: + install index.html $(DESTDIR)/var/www/vhost/mat.netizen.se + +publish: + scp index.html cooking_queue.png searchrecipes.png semi-manual.png shopping_list_paper.png shopping_list_screen.png prepped_lunchboxes.png ingredients_ready.png ingredients_chopped.png soup_making.png cos@lada.netizen.se:/var/www/vhost/mat.netizen.se/htdocs |