contrib/static-html: split off from Makefile

This commit is contained in:
Christian Hesse 2025-11-17 13:17:17 +01:00
parent ed9dee3c5f
commit e10455fb18
4 changed files with 12 additions and 7 deletions

View file

@ -6,8 +6,5 @@ HTML := $(wildcard *.html)
all: docs
docs: $(HTML)
sed -i \
-e '/href=/s|\.md|\.html|' \
-e '/blockquote/s|/\*! display \*/|display: none;|' \
$(HTML)
docs: static-html.sh $(HTML)
./static-html.sh $(HTML)