diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 15:02:39 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-26 15:02:39 +0200 |
commit | 6216ebf150371318e6ad8f7487121d39cc0fac24 (patch) | |
tree | d0aa8716496f92eb7a34f4f8d63ef246290546a3 | |
parent | 19997986f7ee5b6274c9a06796b97a5610c4f888 (diff) |
Copy README figures before starting interactive R for staticdocs
-rw-r--r-- | GNUmakefile | 4 |
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 . |