diff options
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile index 52adf68..e186fad 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -21,9 +21,9 @@ roxygen: "$(R_HOME)/bin/Rscript" -e 'library(devtools); document()' @echo "DONE." -sd: roxygen +pd: roxygen @echo "Building static documentation..." - "$(R_HOME)/bin/Rscript" -e 'staticdocs::build_site()' + "$(R_HOME)/bin/Rscript" -e 'pkgdown::build_site()' @echo "DONE." $(TGZ): $(pkgfiles) |