summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index da2a9b6..b670d3d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,9 +1,10 @@
.PHONY: check clean serve
-srcdirs := ${shell find src -type d}
-outdirs := ${srcdirs:src%=out%}
-sources := ${shell find src -type f -name 'index.html' -or -name '*.css' -or -name '*.svg'}
-outputs := ${sources:src/%=out/%}
+includes := ${wildcard include/*}
+srcdirs := ${shell find src -type d}
+outdirs := ${srcdirs:src%=out%}
+sources := ${shell find src -type f -name 'index.html' -or -name '*.css' -or -name '*.svg'}
+outputs := ${sources:src/%=out/%}
all: ${outdirs} ${outputs}
@@ -15,8 +16,8 @@ out/%: src/%
@cp $< $@
@printf 'CP\t%s\n' "$@"
-out/%.html: src/%.html include/head.html
- @m4 -P ${foreach dir,${^D},-I${dir}} $< >$@
+out/%.html: src/%.html ${includes}
+ @m4 -P ${foreach dir,${^D},-I${dir}} include/lib.m4 $< >$@
@printf 'M4\t%s\n' "$@"
src/srp/fw-ec/index.html: src/srp/fw-ec/led.diff.html