routeros-scripts-main/contrib/Makefile
Christian Hesse 15c64a6b11 contrib: introduce Makefile...
... and update references in links.
2025-11-19 16:19:59 +01:00

10 lines
123 B
Makefile

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