From cfa35dcb2d332977e80a5811b6d42e9949bd4814 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 5 Aug 2023 23:30:58 +0200 Subject: Use a macro to wrap code in tags --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80bb6b3..13074ae 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ out/%: src/% @printf 'CP\t%s\n' "$@" out/%.html: src/%.html ${includes} src/style.css - @m4 -P ${foreach dir,${^D},-I${dir}} include/lib.m4 $< >$@ + @PATH="$$PATH:./include" m4 -P ${foreach dir,${^D},-I${dir}} include/lib.m4 $< >$@ @printf 'M4\t%s\n' "$@" src/srp/fw-ec/index.html: ${call gendeps,src/srp/fw-ec} -- cgit v1.2.3