mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-24 18:59:30 +00:00
contrib/html: include stylesheet via link
This commit is contained in:
parent
d610bf3582
commit
a2d6671cf0
4 changed files with 40 additions and 12 deletions
2
Makefile
2
Makefile
|
|
@ -11,7 +11,7 @@ HTML = $(MARKDOWN:.md=.html)
|
|||
|
||||
all: $(CAPSMAN) $(LOCAL) $(WIFI) $(HTML) checksums.json
|
||||
|
||||
%.html: %.md contrib/html.sh contrib/html.sh.d/head.html
|
||||
%.html: %.md general/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