routeros-scripts-main/contrib/Makefile

11 lines
176 B
Makefile
Raw Normal View History

# 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)