From a7beb73cdfeed34525266d76f424375e1d069a48 Mon Sep 17 00:00:00 2001
From: Johannes Ranke <jranke@uni-bremen.de>
Date: Thu, 19 Sep 2019 12:43:04 +0200
Subject: Static documentation rebuilt by pkgdown

Use lazy = TRUE in the pd target for generating pkgdown documentation
---
 GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'GNUmakefile')

diff --git a/GNUmakefile b/GNUmakefile
index 816cf1fb..0084267a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -87,7 +87,7 @@ vignettes/web_only/%.html: vignettes/references.bib vignettes/web_only/%.Rmd
 articles: vignettes/web_only/FOCUS_Z.html vignettes/web_only/compiled_models.html
 
 pd:
-	"$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE)"
+	"$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE, lazy = TRUE)"
 	git add -A
 	git commit -m 'Static documentation rebuilt by pkgdown' -e
 
-- 
cgit v1.2.1