mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-21 01:09:30 +00:00
contrib/html.sh: link the stylesheet from top level...
... and copy it there in Makefile.
This commit is contained in:
parent
ec8a38d67b
commit
0af5d516a3
3 changed files with 7 additions and 3 deletions
7
Makefile
7
Makefile
|
|
@ -7,11 +7,14 @@ LOCAL = $(wildcard *.local.rsc)
|
|||
WIFI = $(wildcard *.wifi.rsc)
|
||||
|
||||
MARKDOWN = $(wildcard *.md doc/*.md doc/mod/*.md)
|
||||
HTML = $(MARKDOWN:.md=.html)
|
||||
HTML = $(MARKDOWN:.md=.html) style.css
|
||||
|
||||
all: $(CAPSMAN) $(LOCAL) $(WIFI) $(HTML) checksums.json
|
||||
|
||||
%.html: %.md contrib/html.sh contrib/html.sh.d/head.html
|
||||
style.css: contrib/general/style.css
|
||||
cp $< $@
|
||||
|
||||
%.html: %.md style.css contrib/html.sh contrib/html.sh.d/head.html
|
||||
contrib/html.sh $< > $@
|
||||
|
||||
%.capsman.rsc: %.template.rsc Makefile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue