routeros-scripts-main/contrib/Makefile

14 lines
230 B
Makefile
Raw Normal View History

# Makefile
STATIC_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 $(STATIC_HTML) badges.html
./static-html.sh $(STATIC_HTML)