Closed hal88 closed 3 months ago
Most recent change to makefile for spell checking breaks building from a clean checkout - reverting TEX makefile variable fixes this.
My one-line fix is:
TEX=$(patsubst %,$(T)/%,$(wildcard *.tex))
Thx.
Most recent change to makefile for spell checking breaks building from a clean checkout - reverting TEX makefile variable fixes this.