aboutsummaryrefslogtreecommitdiff
path: root/report2/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'report2/makefile')
-rwxr-xr-xreport2/makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/report2/makefile b/report2/makefile
deleted file mode 100755
index 77d8583..0000000
--- a/report2/makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-FILES = paper.md \
- metadata.yaml
-
-OUTPUT = build
-
-FLAGS = --bibliography=bibliography.bib \
- --csl=bibliography.csl \
- -s \
- -f markdown
-
-FLAGS_PDF = --template=template.latex
-
-pdf:
- pandoc -o $(OUTPUT)/paper.pdf $(FLAGS) $(FLAGS_PDF) $(FILES)
-
-clean:
- rm build/*
-