summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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