mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-13 17:50:22 +08:00
initial import to public repository
This commit is contained in:
14
Makefile
Normal file
14
Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user