1
1
mirror of https://github.com/foxsen/archbase.git synced 2026-02-11 14:15:54 +08:00
Files
archbase/Makefile
2021-10-27 19:14:51 +08:00

15 lines
262 B
Makefile

all:
r -e 'bookdown::render_book()'
pdf:
r -e 'bookdown::render_book("index.Rmd", "bookdown::pdf_book")'
doc:
r -e 'bookdown::render_book("index.Rmd", "bookdown::word_document2")'
serve:
r -e 'bookdown::serve_book()'
clean:
rm -rf _book _bookdown_files