From 636ac918c245cc16cd69d5ded6dd5a7d4ec68633 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sat, 19 Jan 2019 21:37:12 +0100 Subject: Add ninja files to build pdf and html with pandoc --- ninja/html.ninja | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ninja/html.ninja (limited to 'ninja/html.ninja') diff --git a/ninja/html.ninja b/ninja/html.ninja new file mode 100644 index 0000000..b059a9b --- /dev/null +++ b/ninja/html.ninja @@ -0,0 +1,7 @@ +include ninja/rules.ninja + +build html: mkdir +build html/hamburger.html: html hamburger.md +build html/insalata.html: html insalata.md +build html/miso.html: html miso.md +build html/tonkatsu.html: html tonkatsu.md -- cgit v1.2.1