mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-02 23:29:32 +00:00
contrib/static-html: find static html files by comment
This commit is contained in:
parent
3d1010128a
commit
8abb1a4d0f
3 changed files with 3 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Makefile
|
||||
|
||||
HTML := $(wildcard *.html)
|
||||
HTML := $(shell grep -xl '<!-- static html //-->' *.html)
|
||||
|
||||
.PHONY: all docs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue