contrib: introduce Makefile...

... and update references in links.
This commit is contained in:
Christian Hesse 2025-11-11 16:26:05 +01:00
parent af9c0df96e
commit d98aca4a4a

10
contrib/Makefile Normal file
View file

@ -0,0 +1,10 @@
# Makefile
HTML := $(wildcard *.html)
.PHONY: all docs
all: docs
docs: $(HTML)
sed -i '/href=/s|\.md|\.html|' $(HTML)