summaryrefslogtreecommitdiff
path: root/paper/lua-filters/plantuml/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'paper/lua-filters/plantuml/Makefile')
-rw-r--r--paper/lua-filters/plantuml/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/paper/lua-filters/plantuml/Makefile b/paper/lua-filters/plantuml/Makefile
new file mode 100644
index 0000000..feff6f4
--- /dev/null
+++ b/paper/lua-filters/plantuml/Makefile
@@ -0,0 +1,3 @@
+test:
+ @pandoc --self-contained --lua-filter=plantuml.lua --metadata title=README readme.md -o output.html
+