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""") + +