mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-01 13:44:26 +02:00
Makefile: only regenerate existing scripts from templates
This commit is contained in:
parent
14dcea23b2
commit
0f787f9b03
1 changed files with 3 additions and 4 deletions
7
Makefile
7
Makefile
|
@ -2,10 +2,9 @@
|
|||
# template scripts -> final scripts
|
||||
# markdown files -> html files
|
||||
|
||||
TEMPLATE = $(wildcard *.template.rsc)
|
||||
CAPSMAN = $(TEMPLATE:.template.rsc=.capsman.rsc)
|
||||
LOCAL = $(TEMPLATE:.template.rsc=.local.rsc)
|
||||
WIFIWAVE2 = $(TEMPLATE:.template.rsc=.wifiwave2.rsc)
|
||||
CAPSMAN = $(wildcard *.capsman.rsc)
|
||||
LOCAL = $(wildcard *.local.rsc)
|
||||
WIFIWAVE2 = $(wildcard *.wifiwave2.rsc)
|
||||
|
||||
MARKDOWN = $(wildcard *.md doc/*.md doc/mod/*.md)
|
||||
HTML = $(MARKDOWN:.md=.html)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue