mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-06 01:49:28 +00:00
contrib: introduce Makefile...
... and update references in links.
This commit is contained in:
parent
c404dc6326
commit
15c64a6b11
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