routeros-scripts-main/contrib/Makefile
2025-11-20 11:26:59 +01:00

13 lines
209 B
Makefile

# Makefile
HTML := $(shell grep -xl '<!-- static html //-->' *.html)
.PHONY: all docs
all: docs
badges.html: badges.md
markdown $< > $@
docs: static-html.sh $(HTML) badges.html
./static-html.sh $(HTML)