contrib/static-html: split off from Makefile

This commit is contained in:
Christian Hesse 2025-11-17 13:17:17 +01:00
parent 17e7deee16
commit d7f9f3eade
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)