From c6a293a1a01f1cf38311f3fa82a246fed6cfdef6 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 26 Oct 2021 14:23:37 +0200 Subject: [PATCH] scons file --- Sconstruct.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Sconstruct.py diff --git a/Sconstruct.py b/Sconstruct.py new file mode 100644 index 0000000..5d8e51c --- /dev/null +++ b/Sconstruct.py @@ -0,0 +1,4 @@ +Command("vernacular.html", "vernacular.md", """pandoc --from markdown --to html5 --css style.css --standalone $SOURCE -o $TARGET""") +Command("vernacular.docx", "vernacular.md", """pandoc --from markdown $SOURCE -o $TARGET""") + +