diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 14:52:04 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2017-03-06 14:52:04 +0100 |
commit | aac6606d2aee79e547f725353a42266c00ed2299 (patch) | |
tree | e08b632e3db29ebda4faaec87cd938bb353b52cd /GNUmakefile | |
parent | 6248971edad72b30f7f609a6bb2217d0b41498a0 (diff) |
Switch to pkgdown and link to pkgdown.jrwb.de
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) |