updates
This commit is contained in:
parent
626357c98b
commit
7138b39e11
15 changed files with 2194 additions and 2 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
pdf:
|
||||
Rscript --quiet _render.R "bookdown::pdf_book"
|
||||
|
||||
gitbook:
|
||||
Rscript --quiet _render.R "bookdown::gitbook"
|
||||
|
||||
all:
|
||||
Rscript --quiet _render.R
|
Loading…
Add table
Add a link
Reference in a new issue