aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-03-06 16:01:26 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-03-06 16:03:28 +0100
commitdec2ffc816b14482ffa8820d9646158b35f4816d (patch)
tree1df2f919068cfcc3c0abb8630eed2e0150f22eba /GNUmakefile
parentb259dd1be224edebd678782f05c1d69f33dd0997 (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--GNUmakefile2
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')"

Contact - Imprint