mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 01:49:28 +00:00
10 lines
155 B
Makefile
10 lines
155 B
Makefile
# Makefile
|
|
|
|
HTML := $(shell grep -xl '<!-- static html //-->' *.html)
|
|
|
|
.PHONY: all docs
|
|
|
|
all: docs
|
|
|
|
docs: static-html.sh $(HTML)
|
|
./static-html.sh $(HTML)
|