contrib/static-html: add badges

This commit is contained in:
Christian Hesse 2025-11-18 19:01:39 +01:00
parent 7f0da6311b
commit c8f6f7a4b5
5 changed files with 16 additions and 1 deletions

View file

@ -6,5 +6,8 @@ STATIC_HTML := $(shell grep -xl '<!-- static html //-->' *.html)
all: docs
docs: static-html.sh $(STATIC_HTML)
badges.html: badges.md
markdown $< > $@
docs: static-html.sh $(STATIC_HTML) badges.html
./static-html.sh $(STATIC_HTML)