diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-07-20 09:22:03 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-07-20 09:58:53 +0200 |
commit | c9e245f88fc8c6b7776353e3b2fc2dd7451bd97b (patch) | |
tree | 3673666cca13a42beb5ab6415e82b7db943fcfaa /GNUmakefile | |
parent | c116ef8a2d0310e7474b0499e96981e9c68bdd84 (diff) |
Avoid error message for SFORB in endpoints, updates
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 4 |
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;\ |