aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2017-03-06 14:52:04 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2017-03-06 14:52:04 +0100
commitaac6606d2aee79e547f725353a42266c00ed2299 (patch)
treee08b632e3db29ebda4faaec87cd938bb353b52cd /GNUmakefile
parent6248971edad72b30f7f609a6bb2217d0b41498a0 (diff)
Switch to pkgdown and link to pkgdown.jrwb.de
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
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)

Contact - Imprint