html.mk

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

commit 48ffd5a66c291bb2619b9f29958aa32a716e95ef
parent 2ed6a3a75eb4fc23b53db0b906503bb96e9cf76f
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Mon, 26 Jul 2021 01:30:39 +0000

mk: remove bad dirbanner feature

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

diff --git a/bsd.html.mk b/bsd.html.mk @@ -140,15 +140,6 @@ _created.gen: echo "<time datetime='`date +%Y-%m-%d`'>`date ${FMT}`</time>" > $@ # -# Generate a banner of the current directory for inclusion in HTML. -# -_dirbanner_html: - @echo " <pre class='small'>" > ${.OBJDIR}/$@ - here=`cd ${.CURDIR}; basename $$PWD`; \ - banner $$here >> ${.OBJDIR}/$@; - @echo "</pre>" >> ${.OBJDIR}/$@ - -# # Plain file copy. # .for file in ${CP_OBJ}