aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-11-18 23:21:40 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-11-18 23:22:19 +0100
commitf79a15c1c3c1595fdb16215509b3fb4a88672e90 (patch)
tree2e038bb49be00cf1d913ea144d058092258f739c /GNUmakefile
parentd852e9e000f57f280deb84611ae1af58daa883cc (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--GNUmakefile2
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 .

Contact - Imprint