routeros-scripts-main/contrib/Makefile
2025-11-18 19:13:57 +01:00

10 lines
176 B
Makefile

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