summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2026-03-13 14:00:28 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2026-03-13 14:00:28 +0100
commitf8b7f375ffc3553cdaa77650eb7492f06293fe84 (patch)
treea3e60f7eae37946a991d5d8874f2c960fd6a7057 /GNUmakefile
parentc73efa3843a8401d14b95651f58370e1b964a25b (diff)
Improve READMEHEADmain
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
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)

Contact - Imprint