mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 01:49:28 +00:00
contrib/static-html: split off from Makefile
This commit is contained in:
parent
ed9dee3c5f
commit
e10455fb18
4 changed files with 12 additions and 7 deletions
|
|
@ -6,8 +6,5 @@ HTML := $(wildcard *.html)
|
|||
|
||||
all: docs
|
||||
|
||||
docs: $(HTML)
|
||||
sed -i \
|
||||
-e '/href=/s|\.md|\.html|' \
|
||||
-e '/blockquote/s|/\*! display \*/|display: none;|' \
|
||||
$(HTML)
|
||||
docs: static-html.sh $(HTML)
|
||||
./static-html.sh $(HTML)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue