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

10 lines
124 B
Makefile

# Makefile
HTML := $(wildcard *.html)
.PHONY: all docs
all: docs
docs: static-html.sh $(HTML)
./static-html.sh $(HTML)