Module Name:    src
Committed By:   lukem
Date:           Tue May 16 07:48:50 UTC 2023

Modified Files:
        src/doc: Makefile

Log Message:
doc: MAKEVERBOSE support


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/doc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/Makefile
diff -u src/doc/Makefile:1.2 src/doc/Makefile:1.3
--- src/doc/Makefile:1.2	Wed May 29 21:26:44 2013
+++ src/doc/Makefile	Tue May 16 07:48:50 2023
@@ -1,9 +1,10 @@
-#	$NetBSD: Makefile,v 1.2 2013/05/29 21:26:44 apb Exp $
+#	$NetBSD: Makefile,v 1.3 2023/05/16 07:48:50 lukem Exp $
 
 .include <bsd.own.mk>
 
 regen: .PHONY regen-BUILDING
 regen-BUILDING: .PHONY
+	${_MKMSG_FORMAT} ../BUILDING
 	${TOOL_MANDOC_ASCII} ${.CURDIR}/BUILDING.mdoc \
 		| ${TOOL_SED} -e "s,.$$(printf '\b'),,g" \
 		>${.CURDIR}/../BUILDING

Reply via email to