aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
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