mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-25 11:19:30 +00:00
contrib/html: add a footer
This commit is contained in:
parent
23db61ff7c
commit
6e41f0ae12
4 changed files with 16 additions and 1 deletions
4
Makefile
4
Makefile
|
|
@ -8,6 +8,10 @@ GEN_RSC := $(wildcard *.capsman.rsc *.local.rsc *.wifi.rsc)
|
|||
MARKDOWN := $(wildcard *.md doc/*.md doc/mod/*.md)
|
||||
HTML := $(MARKDOWN:.md=.html)
|
||||
|
||||
DATE ?= $(shell date --rfc-email)
|
||||
VERSION ?= $(shell git symbolic-ref --short HEAD 2>/dev/null)/$(shell git rev-list --count HEAD 2>/dev/null)/$(shell git rev-parse --short=8 HEAD 2>/dev/null)
|
||||
export DATE VERSION
|
||||
|
||||
.PHONY: all checksums docs rsc clean
|
||||
|
||||
all: checksums docs rsc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue