summaryrefslogtreecommitdiff
path: root/paper/lua-filters/section-refs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'paper/lua-filters/section-refs/Makefile')
-rw-r--r--paper/lua-filters/section-refs/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/paper/lua-filters/section-refs/Makefile b/paper/lua-filters/section-refs/Makefile
deleted file mode 100644
index dcceb70..0000000
--- a/paper/lua-filters/section-refs/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-OPTIONS_test_default := -t native \
- -M bibliography=bibliography.bib \
- -F pandoc-citeproc \
- --lua-filter=section-refs.lua
-
-OPTIONS_test_no_citeproc := -t native \
- --lua-filter=section-refs.lua
-
-OPTIONS_test_refs_name := -t native \
- -M bibliography=bibliography.bib \
- -M reference-section-title="Works Cited" \
- -F pandoc-citeproc \
- --lua-filter=section-refs.lua
-
-OPTIONS_test_section_level := -t native \
- -M bibliography=bibliography.bib \
- -M reference-section-title="Works Cited" \
- -M section-refs-level=2\
- -F pandoc-citeproc \
- --lua-filter=section-refs.lua
-
-.PHONY: test
-test: test_default test_no_citeproc test_refs_name test_section_level
-
-test_%: expected_%.native sample.md bibliography.bib
- @pandoc sample.md $(OPTIONS_$@) | diff --strip-trailing-cr -u $< -