summaryrefslogtreecommitdiff
path: root/paper/lua-filters/author-info-blocks/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'paper/lua-filters/author-info-blocks/Makefile')
-rw-r--r--paper/lua-filters/author-info-blocks/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/paper/lua-filters/author-info-blocks/Makefile b/paper/lua-filters/author-info-blocks/Makefile
deleted file mode 100644
index 341c44d..0000000
--- a/paper/lua-filters/author-info-blocks/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-test: sample.md author-info-blocks.lua
- @pandoc --lua-filter=author-info-blocks.lua --standalone --to=native $< \
- | diff -u expected.native -
-
-expected.native: sample.md author-info-blocks.lua
- pandoc --lua-filter=author-info-blocks.lua --standalone --output $@ $<
-
-.PHONY: test