routeros-scripts-main/contrib/Makefile
2025-11-19 16:54:50 +01:00

10 lines
155 B
Makefile

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