mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-26 11:49:30 +00:00
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# 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)
|