xv6-riscv-book
xv6-riscv-book copied to clipboard
Fix TEX variable in Makefile
Previously make only worked after files in latex.out had already been created due to the wildcard used in TEX variable.
TEX can be set to '$(SPELLTEX:%.tex=$(T)/%.tex)', after SPELLTEX.
I think https://github.com/mit-pdos/xv6-riscv-book/pull/35 is cleaner fix as it does not create extra copy of book.tex file under latex.out
This works. thanks.
Thanks, fixed.