mirror of
https://github.com/exacity/deeplearningbook-chinese.git
synced 2026-03-13 09:22:07 +08:00
6 lines
259 B
Makefile
6 lines
259 B
Makefile
all:
|
|
xelatex dlbook_cn.tex && bibtex dlbook_cn.aux && texindy dlbook_cn.idx && makeglossaries dlbook_cn && xelatex dlbook_cn.tex && xelatex dlbook_cn.tex
|
|
|
|
clean:
|
|
find . -type f -iregex '.*\.\(aux\|log\|toc\|backup\|acr\|brf\|gz\|acn\|xdy\|alg\)$$' -delete
|