diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 5efa49b..d15273d 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')" + "$(R_HOME)/bin/Rscript" -e "rmarkdown::render('README.md', output_format = 'html_document')" build: $(TGZ) |