routeros-scripts-main/contrib/Makefile

11 lines
123 B
Makefile
Raw Normal View History

# Makefile
HTML := $(wildcard *.html)
.PHONY: all docs
all: docs
docs: $(HTML)
sed -i '/href=/s|\.md|\.html|' $(HTML)