diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-04 16:01:58 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-04 16:01:58 +0100 |
commit | 2bd7610ecb5f4aa2ed564bd0d581adb49a1baa41 (patch) | |
tree | 2028fce44a9d1511aca33cbd5facf9c27879df61 | |
parent | 8a8ed0a2a991a59e9b4aaff5531a9de3066bae63 (diff) |
Complete migration staticdocs -> pkgdown
-rw-r--r-- | GNUmakefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/GNUmakefile b/GNUmakefile index 7cddc15d..fd9e72b8 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -86,19 +86,14 @@ vignettes/%.html: vignettes/mkin_vignettes.css vignettes/%.Rmd vignettes: vignettes/mkin.html vignettes/FOCUS_D.html vignettes/FOCUS_L.html vignettes/FOCUS_Z.pdf vignettes/compiled_models.html -sd: - "$(RBIN)/Rscript" -e "staticdocs::build_site()" - git add -A - git commit -m 'Static documentation rebuilt by staticdocs::build_site()' -e - pd: "$(RBIN)/Rscript" -e "pkgdown::build_site()" git add -A git commit -m 'Static documentation rebuilt by pkgdown::build_site()' -e -r-forge: sd +r-forge: pd rm -rf $(SDDIR)/* - cp -a doc/* $(SDDIR) + cp -a docs/* $(SDDIR) cd $(SDDIR) && svn add --force . git archive master > $(HOME)/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/mkin.tar;\ |