summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c63cdf5..271f680 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
ARTICLE_FILE = mutagenicity.mustache.md
PANDOC_SCHOLAR_PATH = pandoc-scholar
OUTFILE_PREFIX = mutagenicity
-DEFAULT_EXTENSIONS = pdf #latex docx html #odt epub
+DEFAULT_EXTENSIONS = pdf #latex#docx html #odt epub
PANDOC_WRITER_OPTIONS = --filter=pandoc-placetable --filter=pandoc-crossref --filter=pandoc-citeproc
TEMPLATE_FILE_LATEX = pandoc-scholar.latex
@@ -42,7 +42,7 @@ FIGURES = figures/roc.png figures/tsne-mp2d.png figures/tsne-padel.png
all: $(TABLES) $(FIGURES) $(CV_SUMMARY) mutagenicity.pdf
include $(PANDOC_SCHOLAR_PATH)/Makefile
-mutagenicity.mustache.md: $(CV_SUMMARY) $(PA_SUMMARY) mutagenicity.md $(TABLES) $(FIGURES)
+mutagenicity.mustache.md: $(CV_SUMMARY) mutagenicity.md $(TABLES) $(FIGURES)
mustache $^ > $@
# figures