routeros-scripts-main/contrib/Makefile
Christian Hesse 52fabebd5c contrib: introduce Makefile...
... and update references in links.
2025-11-13 13:45:33 +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)