diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 23:21:40 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 23:22:19 +0100 |
commit | f79a15c1c3c1595fdb16215509b3fb4a88672e90 (patch) | |
tree | 2e038bb49be00cf1d913ea144d058092258f739c /GNUmakefile | |
parent | d852e9e000f57f280deb84611ae1af58daa883cc (diff) |
Don't run pkdown::build_site() in r-forge target
It just takes too long, so control is needed
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 . |