contrib/static-html: add badges

This commit is contained in:
Christian Hesse 2025-11-18 19:01:39 +01:00
parent 8abb1a4d0f
commit 0c56b8b48e
5 changed files with 16 additions and 1 deletions

View file

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