From dec2ffc816b14482ffa8820d9646158b35f4816d Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 6 Mar 2017 16:01:26 +0100 Subject: Static documentation rebuilt by pkgdown README.html is now self-contained, so the screenshot also appears in the about section of cgit. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 556809b..ef03b8c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -65,7 +65,7 @@ check-no-vignettes: build-no-vignettes mv $(TGZ) $(TGZVNR) 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(self_contained = TRUE))" vignettes/gmkin_manual.html: vignettes/gmkin_manual.Rmd vignettes/img/* "$(RBIN)/Rscript" -e "tools::buildVignette(file = 'vignettes/gmkin_manual.Rmd', dir = 'vignettes')" -- cgit v1.2.1