xv6-riscv-book icon indicating copy to clipboard operation
xv6-riscv-book copied to clipboard

Fix TEX variable in Makefile

Open luigig44 opened this issue 2 years ago • 3 comments

Previously make only worked after files in latex.out had already been created due to the wildcard used in TEX variable.

luigig44 avatar Sep 12 '22 13:09 luigig44

TEX can be set to '$(SPELLTEX:%.tex=$(T)/%.tex)', after SPELLTEX.

rockrush avatar Dec 23 '22 14:12 rockrush

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

juniskane avatar Mar 01 '23 10:03 juniskane

This works. thanks.

mingyangSunshine avatar Dec 28 '23 14:12 mingyangSunshine

Thanks, fixed.

kaashoek avatar Jul 31 '24 13:07 kaashoek