routeros-scripts-main/contrib/Makefile

14 lines
209 B
Makefile
Raw Normal View History

# Makefile
HTML := $(shell grep -xl '<!-- static html //-->' *.html)
.PHONY: all docs
all: docs
2025-11-18 19:01:39 +01:00
badges.html: badges.md
markdown $< > $@
docs: static-html.sh $(HTML) badges.html
./static-html.sh $(HTML)