Skip to content

Commit

Permalink
Target gitbook. Copy to website.
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Fannin authored and Brian Fannin committed Aug 13, 2016
1 parent d060ca8 commit 71c9170
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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')"
cp -r ./_book/* ~/Projects/Websites/raw_book/

# bookdown::preview_chapter()

0 comments on commit 71c9170

Please sign in to comment.