aboutsummaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-06-26 15:02:39 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-06-26 15:02:39 +0200
commit6216ebf150371318e6ad8f7487121d39cc0fac24 (patch)
treed0aa8716496f92eb7a34f4f8d63ef246290546a3 /GNUmakefile
parent19997986f7ee5b6274c9a06796b97a5610c4f888 (diff)
Copy README figures before starting interactive R for staticdocs
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index df31abf5..83ca3df1 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -86,10 +86,10 @@ vignettes: vignettes/mkin.pdf vignettes/FOCUS_D.html vignettes/FOCUS_L.html vign
sd:
rm -rf $(SDDIR)/*
+ cp -r figure $(SDDIR)
@echo Now execute
- @echo "\nlibrary(staticdocs); build_site(site_path = '$(SDDIR)')\n"
+ @echo "\n library(staticdocs); build_site(site_path = '$(SDDIR)')\n"
$(RBIN)/R
- cp -r figure $(SDDIR)
r-forge: sd
cd $(SDDIR) && svn add --force .

Contact - Imprint