aboutsummaryrefslogtreecommitdiff
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 5d396fc..f449880 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -26,10 +26,10 @@ roxygen:
"$(R_HOME)/bin/Rscript" -e 'library(devtools); document()'
@echo "DONE."
-sd: roxygen
+pd: roxygen
@echo "Building static documentation..."
# suppressWarnings to get rid of mbcsToSbcs warnings when plotting the 'ยต' character
- "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(staticdocs::build_site())'
+ "$(R_HOME)/bin/Rscript" -e 'suppressWarnings(pkgdown::build_site())'
@echo "DONE."
$(TGZ): $(pkgfiles)

Contact - Imprint