mit-pdos / xv6-riscv-book

Text describing xv6 on RISC-V
Other
662 stars 137 forks source link

Fix build of clean checkout. #35

Closed hal88 closed 3 months ago

hal88 commented 1 year ago

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

p-kraszewski commented 1 year ago

My one-line fix is:

TEX=$(patsubst %,$(T)/%,$(wildcard *.tex))
kaashoek commented 3 months ago

Thx.