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

mk: remove trailing space check feature

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

diff --git a/bsd.html.mk b/bsd.html.mk @@ -149,15 +149,6 @@ all: ${.OBJDIR}/${file} # # -# Check files for trailing white space using `egrep`. -# -H: show matched filename -# -n: shows matched line in file -# '[[:space:]]+$': matches at least one space or tab until end of line -# -trailingspace: _SUBDIRUSE - ! egrep -Hn '[[:space:]]+$$' ${.CURDIR}/${SRCS} - -# # Check spelling of all pages using `spell_ok' file for exceptions. # spell: _SUBDIRUSE