mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-12-31 06:09:31 +00:00
contrib/html: add a footer
This commit is contained in:
parent
40147dc1cd
commit
5e86843d31
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 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