aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-07-22 22:43:46 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-07-22 22:43:46 +0200
commit0942cfd015148bc1850c55c8c7f2819fb62ceda9 (patch)
treecd5bc0b66a3fb7b74bee76f2bced07f3c6054f53 /GNUmakefile
parent01174fc65e26876bd5818d005a6204b9b2b593b7 (diff)
index.r for grouping help topics in static documentation
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 1766bc11..21dbc738 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -85,15 +85,13 @@ vignettes/%.html: vignettes/mkin_vignettes.css vignettes/%.Rmd
vignettes: vignettes/mkin.pdf vignettes/FOCUS_D.html vignettes/FOCUS_L.html vignettes/FOCUS_Z.pdf vignettes/compiled_models.html
-sd: install
+sd:
rm -rf $(SDDIR)/*
+ cp index.r $(SDDIR)
@echo Now execute
@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)')"
+ rm $(SDDIR)/index.r
r-forge: sd
cd $(SDDIR) && svn add --force .

Contact - Imprint