routeros-scripts-main/contrib/Makefile
2025-11-20 10:57:20 +01:00

13 lines
191 B
Makefile

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