From aac6606d2aee79e547f725353a42266c00ed2299 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 6 Mar 2017 14:52:04 +0100 Subject: Switch to pkgdown and link to pkgdown.jrwb.de --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') 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) -- cgit v1.2.1