html.mk

static html creation framework using make(1) and cpp(1)
git clone git://0x30.net/html.mk
Log | Files | Refs | README | LICENSE

commit fb9492cc072a25c8852fa78fedb8a02f818d557e
parent 322a0b21b1a9abbfb7c7dc0e8cf6dda4f4ea4ac5
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Mon, 22 Nov 2021 18:32:45 +0000

mk: fix comment

Diffstat:
Mbsd.html.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bsd.html.mk b/bsd.html.mk @@ -76,7 +76,7 @@ depend: ${SRCS:.in=.d} _SUBDIRUSE # -# Generate `*_html' html fragments that link to videos using <video> tag. +# Generate HTML fragments that link to videos using the <video> tag. # .SUFFIXES: .mp4 .mp4_html .SUFFIXES: .mov .mov_html