html.mk

static html creation framework using make(1) and cpp(1)
Log | Files | Refs | README | LICENSE

commit 1cbb8f68be73c1e8363b77b359c00b41ccaea120
parent 8601b7c12cbd977d46657bda6526d6e6b0b3b070
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Sat, 14 Aug 2021 21:30:44 +0000

makefile: install an actual file

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -3,4 +3,4 @@ test: install: install -g bin -m 444 bsd.html.mk /usr/share/mk - install -g bin -m 444 html.mk /usr/share/man/man5 + install -g bin -m 444 html.mk.5 /usr/share/man/man5