mirror of
https://github.com/foxsen/archbase.git
synced 2026-02-04 02:43:33 +08:00
15 lines
286 B
Makefile
15 lines
286 B
Makefile
all:
|
|
Rscript -e 'bookdown::render_book()'
|
|
|
|
pdf:
|
|
Rscript -e 'bookdown::render_book("index.Rmd", "bookdown::pdf_book")'
|
|
|
|
doc:
|
|
Rscript -e 'bookdown::render_book("index.Rmd", "bookdown::word_document2")'
|
|
|
|
serve:
|
|
Rscript -e 'bookdown::serve_book()'
|
|
|
|
clean:
|
|
rm -rf _book _bookdown_files
|