From f8b7f375ffc3553cdaa77650eb7492f06293fe84 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 13 Mar 2026 14:00:28 +0100 Subject: Improve README --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 5c52c5b..c32e603 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -28,10 +28,10 @@ roxy: $(TGZ): $(pkgfiles) "$(RBIN)/R" CMD build . 2>&1 | tee log/build.log -pd: roxy +pd: README.md roxy "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE, lazy = TRUE)" -pd_all: roxy +pd_all: README.md roxy "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE)" build: roxy $(TGZ) -- cgit v1.2.3