diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 16:01:26 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 16:03:28 +0100 |
commit | dec2ffc816b14482ffa8820d9646158b35f4816d (patch) | |
tree | 1df2f919068cfcc3c0abb8630eed2e0150f22eba /GNUmakefile | |
parent | b259dd1be224edebd678782f05c1d69f33dd0997 (diff) |
Static documentation rebuilt by pkgdown
README.html is now self-contained, so the screenshot also appears in the
about section of cgit.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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')" |