contrib/static-html: find static html files by comment

This commit is contained in:
Christian Hesse 2025-11-18 18:53:29 +01:00
parent 5d1b886c72
commit 4ab39bab99
3 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# Makefile
HTML := $(wildcard *.html)
HTML := $(shell grep -xl '<!-- static html //-->' *.html)
.PHONY: all docs