diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-12 16:34:00 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2020-05-12 16:34:00 +0200 |
commit | 6211f3ef4995657798686d8d4ab43ed9406e8a08 (patch) | |
tree | 4be80cf595880876d51c9cb85f07464b99bc8c83 /GNUmakefile | |
parent | c7fcc2f8af47e95cf6164c00a4902340624c13dc (diff) |
Update vignettes and docs
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile index 0c28f3c4..abc115af 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -103,6 +103,10 @@ pd: roxygen "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE, lazy = TRUE)" git add -A +pd_release: roxygen + "$(RBIN)/Rscript" -e "pkgdown::build_site(run_dont_run = TRUE)" + git add -A + r-forge: git archive master > $(HOME)/git/mkin/mkin.tar;\ cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/git/mkin/mkin.tar;\ |