diff options
-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 . |