aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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