diff --git a/Makefile b/Makefile index b1e3677..cc1b70c 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,6 @@ all: + Rscript -e "bookdown::render_book('index.Rmd', 'bookdown::gitbook')" Rscript -e "bookdown::render_book('index.Rmd', 'bookdown::pdf_book')" - Rscript -e "bookdown::render_book('index.Rmd', 'bookdown::html_book')" \ No newline at end of file + cp -r ./_book/* ~/Projects/Websites/raw_book/ + +# bookdown::preview_chapter() \ No newline at end of file