mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 09:59:28 +00:00
contrib/Makefile: hide the hint on broken site
This commit is contained in:
parent
515edeaf44
commit
e2fea6eb1e
1 changed files with 3 additions and 1 deletions
|
|
@ -7,4 +7,6 @@ HTML := $(wildcard *.html)
|
|||
all: docs
|
||||
|
||||
docs: $(HTML)
|
||||
sed -i '/href=/s|\.md|\.html|' $(HTML)
|
||||
sed -i -e '/href=/s|\.md|\.html|' \
|
||||
-e '/blockquote/s|/\*! display \*/|display: none;|' \
|
||||
$(HTML)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue