mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-13 11:34:31 +02:00
Makefile: generate html files for documentation
This commit is contained in:
parent
e375494d00
commit
a1fc02e667
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -6,13 +6,13 @@ TEMPLATE = $(wildcard *.template)
|
||||||
CAPSMAN = $(TEMPLATE:.template=.capsman)
|
CAPSMAN = $(TEMPLATE:.template=.capsman)
|
||||||
LOCAL = $(TEMPLATE:.template=.local)
|
LOCAL = $(TEMPLATE:.template=.local)
|
||||||
|
|
||||||
MARKDOWN = $(wildcard *.md)
|
MARKDOWN = $(wildcard *.md) $(wildcard doc/*.md)
|
||||||
HTML = $(MARKDOWN:.md=.html)
|
HTML = $(MARKDOWN:.md=.html)
|
||||||
|
|
||||||
all: $(CAPSMAN) $(LOCAL) $(HTML)
|
all: $(CAPSMAN) $(LOCAL) $(HTML)
|
||||||
|
|
||||||
%.html: %.md Makefile
|
%.html: %.md Makefile
|
||||||
markdown $< | sed 's/href="\([-[:alnum:]]*\)\.md"/href="\1.html"/g' > $@
|
markdown $< | sed 's/href="\([-_\./[:alnum:]]*\)\.md"/href="\1.html"/g' > $@
|
||||||
|
|
||||||
%.local: %.template Makefile
|
%.local: %.template Makefile
|
||||||
sed -e '/\/ caps-man/d' -e 's|%PATH%|interface wireless|' -e 's|%TEMPL%|$(suffix $@)|' \
|
sed -e '/\/ caps-man/d' -e 's|%PATH%|interface wireless|' -e 's|%TEMPL%|$(suffix $@)|' \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue