diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 14:00:28 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-13 14:00:28 +0100 |
| commit | f8b7f375ffc3553cdaa77650eb7492f06293fe84 (patch) | |
| tree | a3e60f7eae37946a991d5d8874f2c960fd6a7057 /GNUmakefile | |
| parent | c73efa3843a8401d14b95651f58370e1b964a25b (diff) | |
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
