summaryrefslogtreecommitdiff
path: root/paper/lua-filters/short-captions/Makefile
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2019-08-14 19:12:37 +0200
committerChristoph Helma <helma@in-silico.ch>2019-08-14 19:12:37 +0200
commitb6ad21e340bce9ba2a2ad09fe48c656f0c2e3905 (patch)
tree6a248cfe29fb720491559e5973d8c1f1904bcc33 /paper/lua-filters/short-captions/Makefile
parent9a217185e791d6abbe46549cd4e87c1d1a643c05 (diff)
directory reorganization, evaluation scripts for R CVs
Diffstat (limited to 'paper/lua-filters/short-captions/Makefile')
-rw-r--r--paper/lua-filters/short-captions/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/paper/lua-filters/short-captions/Makefile b/paper/lua-filters/short-captions/Makefile
deleted file mode 100644
index 756cf2b..0000000
--- a/paper/lua-filters/short-captions/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-LF = --lua-filter=short-captions.lua
-F = -F pandoc-crossref
-
-test:
- @pandoc $(LF) README.md -w latex | diff --strip-trailing-cr expected-1.tex -
-
-crossref:
- @echo testing short-captions.lua after pandoc-crossref
- @pandoc $(F) $(LF) README.md -w latex | diff --strip-trailing-cr expected-2.tex -
- @echo testing short-captions.lua before pandoc-crossref
- @pandoc $(LF) $(F) README.md -w latex | diff --strip-trailing-cr expected-2.tex -
-
-readme:
- @pandoc -s $(F) $(LF) README.md -o README.pdf
-
-latex:
- @pandoc -s $(F) $(LF) README.md -o README.tex
-