aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-07-20 09:22:03 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-07-20 09:58:53 +0200
commitc9e245f88fc8c6b7776353e3b2fc2dd7451bd97b (patch)
tree3673666cca13a42beb5ab6415e82b7db943fcfaa /GNUmakefile
parentc116ef8a2d0310e7474b0499e96981e9c68bdd84 (diff)
Avoid error message for SFORB in endpoints, updates
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 7cd9ed21..1766bc11 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -91,6 +91,10 @@ sd: install
@echo "\n library(staticdocs); build_site(site_path = '$(SDDIR)')\n"
$(RBIN)/R
+sd2: install
+ rm -rf $(SDDIR)/*
+ xvfb-run $(RBIN)/R -e "library(staticdocs); build_site(site_path = '$(SDDIR)')"
+
r-forge: sd
cd $(SDDIR) && svn add --force .
git archive master > $(HOME)/mkin.tar;\

Contact - Imprint