aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-09-27 17:39:28 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-09-27 17:39:28 +0200
commite23da46d572df2636d68572710b1f2ffbf27b7bd (patch)
treed16222329a937ac764b096cd5028fe481f3cac1b /GNUmakefile
parent5bec469048899cfd785dec4f91ec3840cff18adb (diff)
Remove mathjax from README
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index d15273d..5efa49b 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -45,7 +45,7 @@ $(TGZ): $(pkgfiles)
@echo "DONE."
README.html: README.md
- "$(R_HOME)/bin/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document')"
+ "$(R_HOME)/bin/Rscript" -e "rmarkdown::render('README.md')"
build: $(TGZ)

Contact - Imprint