aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index e8e3692..5882607 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -64,7 +64,7 @@ check-no-vignettes: build-no-vignettes
mv $(TGZ) $(TGZVNR)
vignettes/gmkin_manual.html: vignettes/gmkin_manual.Rmd
- "$(RBIN)/Rscript" -e "rmarkdown::render(input = 'vignettes/gmkin_manual.Rmd')"
+ "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/gmkin_manual.Rmd', dir = 'vignettes')"
vignettes: vignettes/gmkin_manual.html

Contact - Imprint