Files
deeplearningbook-chinese/Makefile
Sword York 44658ae6b4 add notation; fix numbering #35
Former-commit-id: d0b51936c944c8a6e9f0770474180495904f22ab
2017-01-12 15:38:53 +08:00

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