diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-15 17:36:12 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2021-02-15 17:36:12 +0100 |
commit | b9be19af5e3085216d0cd5af439332f631fa8b92 (patch) | |
tree | e10511f60e7f1713b781d5ea2acf885f3d1e6767 /GNUmakefile | |
parent | 11c7f26dd6c532d977d9875f3c16952c7bba37ca (diff) |
Fully rebuild docs, rerun tests and check
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 8604d3b3..d7c68ebf 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -112,7 +112,7 @@ pd: roxygen "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE, lazy = TRUE)" git add -A -pd_release: roxygen +pd_all: roxygen "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE)" git add -A |