routeros-scripts-main/contrib/Makefile

11 lines
124 B
Makefile
Raw Normal View History

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