From f79a15c1c3c1595fdb16215509b3fb4a88672e90 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 18 Nov 2016 23:21:40 +0100 Subject: Don't run pkdown::build_site() in r-forge target It just takes too long, so control is needed --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 7d58995b..ec8443e2 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -91,7 +91,7 @@ pd: git add -A git commit -m 'Static documentation rebuilt by pkgdown::build_site(run_dont_run = TRUE)' -e -r-forge: pd +r-forge: rm -rf $(SDDIR)/* cp -a docs/* $(SDDIR) cd $(SDDIR) && svn add --force . -- cgit v1.2.1