mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2026-01-02 15:19:32 +00:00
contrib/static-html: add badges
This commit is contained in:
parent
7f0da6311b
commit
c8f6f7a4b5
5 changed files with 16 additions and 1 deletions
|
|
@ -6,5 +6,8 @@ STATIC_HTML := $(shell grep -xl '<!-- static html //-->' *.html)
|
|||
|
||||
all: docs
|
||||
|
||||
docs: static-html.sh $(STATIC_HTML)
|
||||
badges.html: badges.md
|
||||
markdown $< > $@
|
||||
|
||||
docs: static-html.sh $(STATIC_HTML) badges.html
|
||||
./static-html.sh $(STATIC_HTML)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue