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 322a0b21b1a9abbfb7c7dc0e8cf6dda4f4ea4ac5
parent 24221b1f56bba2e29825380228b4a8eded504b23
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Mon, 22 Nov 2021 18:27:11 +0000

mk: remove spell check feature

Diffstat:
Mbsd.html.mk | 11-----------
1 file changed, 0 insertions(+), 11 deletions(-)

diff --git a/bsd.html.mk b/bsd.html.mk @@ -144,16 +144,5 @@ all: ${.OBJDIR}/${file} .endfor -# -# Helper targets for misc tasks. -# - -# -# Check spelling of all pages using `spell_ok' file for exceptions. -# -spell: _SUBDIRUSE - spell +${.CURDIR}/${TOP}/spell_ok ${.CURDIR}/${SRCS} - - .include <bsd.obj.mk> .include <bsd.subdir.mk>