mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 09:59:28 +00:00
contrib: introduce Makefile...
... and update references in links.
This commit is contained in:
parent
af9c0df96e
commit
d98aca4a4a
1 changed files with 10 additions and 0 deletions
10
contrib/Makefile
Normal file
10
contrib/Makefile
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
# Makefile
|
||||||
|
|
||||||
|
HTML := $(wildcard *.html)
|
||||||
|
|
||||||
|
.PHONY: all docs
|
||||||
|
|
||||||
|
all: docs
|
||||||
|
|
||||||
|
docs: $(HTML)
|
||||||
|
sed -i '/href=/s|\.md|\.html|' $(HTML)
|
||||||
Loading…
Add table
Add a link
Reference in a new issue