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

Fix build of clean checkout.

Open hal88 opened this issue 2 years ago • 1 comments

Most recent change to makefile for spell checking breaks building from a clean checkout - reverting TEX makefile variable fixes this.

hal88 avatar Feb 25 '23 17:02 hal88

My one-line fix is:

TEX=$(patsubst %,$(T)/%,$(wildcard *.tex))

p-kraszewski avatar Jul 05 '23 19:07 p-kraszewski

Thx.

kaashoek avatar Jul 31 '24 13:07 kaashoek