mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-06-30 05:04:26 +02:00
Makefile: match all *.md files, incl. doc/mod/
(cherry picked from commit 886cd67edb
)
This commit is contained in:
parent
17b3e04d41
commit
06bdce1378
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ TEMPLATE = $(wildcard *.template)
|
||||||
CAPSMAN = $(TEMPLATE:.template=.capsman)
|
CAPSMAN = $(TEMPLATE:.template=.capsman)
|
||||||
LOCAL = $(TEMPLATE:.template=.local)
|
LOCAL = $(TEMPLATE:.template=.local)
|
||||||
|
|
||||||
MARKDOWN = $(wildcard *.md) $(wildcard doc/*.md)
|
MARKDOWN = $(wildcard *.md doc/*.md doc/mod/*.md)
|
||||||
HTML = $(MARKDOWN:.md=.html)
|
HTML = $(MARKDOWN:.md=.html)
|
||||||
|
|
||||||
all: $(CAPSMAN) $(LOCAL) $(HTML)
|
all: $(CAPSMAN) $(LOCAL) $(HTML)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue