aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-10-06 09:19:21 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-10-06 09:19:21 +0200
commit38f9e15f0c972c1516ae737a2bca8d7789581bbd (patch)
tree724c9dc19901f24f427757ac81001f07bf298024 /GNUmakefile
parentec1487f0f2cef32d44b0c6ce94a6f1b4f65a79d3 (diff)
Static documentation rebuilt by pkgdown::build_site()
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 70ce6f68..7cddc15d 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -91,9 +91,14 @@ sd:
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
rm -rf $(SDDIR)/*
- cp -a inst/web/* $(SDDIR)
+ cp -a doc/* $(SDDIR)
cd $(SDDIR) && svn add --force .
git archive master > $(HOME)/mkin.tar;\
cd $(RFDIR) && rm -r `ls` && tar -xf $(HOME)/mkin.tar;\

Contact - Imprint