contrib/static-html: add badges

This commit is contained in:
Christian Hesse 2025-11-18 19:01:39 +01:00
parent 4ab39bab99
commit 48384c1c4c
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)