From c9e245f88fc8c6b7776353e3b2fc2dd7451bd97b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Mon, 20 Jul 2015 09:22:03 +0200 Subject: Avoid error message for SFORB in endpoints, updates --- GNUmakefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'GNUmakefile') 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;\ -- cgit v1.2.1