routeros-scripts-main/contrib/Makefile

11 lines
155 B
Makefile
Raw Normal View History

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