diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 07:46:01 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-11-09 07:46:01 +0100 |
commit | 7c85076374539d2f67fcf973e7876b004c17a2c9 (patch) | |
tree | 623064d66d26a5e1c62e758dd4f860284535a2a7 /GNUmakefile | |
parent | 29db2150036d988632b75b2787ba393626ff7617 (diff) |
Do not include unnecessary mathjax in README.html
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 6534a71e..706e2cad 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -77,7 +77,7 @@ test: quickinstall "$(RBIN)/Rscript" testthat.R 2>&1 | tee ../test.log README.html: README.md - "$(RBIN)/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document')" + "$(RBIN)/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document', output_options = list(mathjax = NULL))" vignettes/%.pdf: vignettes/header.tex vignettes/references.bib vignettes/%.Rnw "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/$*.Rnw', dir = 'vignettes')" |