From 38f9e15f0c972c1516ae737a2bca8d7789581bbd Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 6 Oct 2016 09:19:21 +0200 Subject: Static documentation rebuilt by pkgdown::build_site() --- GNUmakefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'GNUmakefile') 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;\ -- cgit v1.2.1