routeros-scripts-main/contrib/Makefile
Christian Hesse 2816e95f13 contrib: introduce Makefile...
... and update references in links.
2025-11-17 12:28: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)