summaryrefslogtreecommitdiff
path: root/paper/lua-filters/bibexport/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'paper/lua-filters/bibexport/Makefile')
-rw-r--r--paper/lua-filters/bibexport/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/paper/lua-filters/bibexport/Makefile b/paper/lua-filters/bibexport/Makefile
deleted file mode 100644
index 67081b0..0000000
--- a/paper/lua-filters/bibexport/Makefile
+++ /dev/null
@@ -1,5 +0,0 @@
-test:
- @pandoc --lua-filter=bibexport.lua sample.md > /dev/null
- @diff --strip-trailing-cr -u bibexport.aux expected.bibexport.aux
- @diff --strip-trailing-cr -u bibexport.bib expected.bibexport.bib
- @rm -f bibexport.aux bibexport.bib