tomfaulkenberry / JASPbook

Source files for "Learning Statistics with JASP"
32 stars 15 forks source link

Makefile #4

Closed evanberkowitz closed 4 years ago

evanberkowitz commented 4 years ago

To help address #3 I added a Makefile implementing the routine described in build/README.md. It assumes the user has pdflatex and biber available. The user should be able to cd build; make and succeed.

I also added all the produced temporary TeX files to build/.gitignore so the repo still looks clean even if those files have changed, and won't tempt the user to commit them. make clean removes those temporary files.

tomfaulkenberry commented 4 years ago

Nice! Thanks...this is a very elegant solution.

evanberkowitz commented 4 years ago

Sure thing! I'm very much pro make+TeX.