Module Name: src
Committed By: apb
Date: Wed May 29 21:26:44 UTC 2013
Modified Files:
src/doc: Makefile
Log Message:
Use TOOL_MANDOC_ASCII instead of TOOL_GROFF to format BUILDING.mdoc,
and use TOOL_SED to flatten backspace sequences.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 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.1 src/doc/Makefile:1.2
--- src/doc/Makefile:1.1 Fri Sep 9 14:23:38 2011
+++ src/doc/Makefile Wed May 29 21:26:44 2013
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1 2011/09/09 14:23:38 apb Exp $
+# $NetBSD: Makefile,v 1.2 2013/05/29 21:26:44 apb Exp $
.include <bsd.own.mk>
regen: .PHONY regen-BUILDING
regen-BUILDING: .PHONY
- ${TOOL_GROFF} -mdoc -Tascii -P-bou ${.CURDIR}/BUILDING.mdoc \
+ ${TOOL_MANDOC_ASCII} ${.CURDIR}/BUILDING.mdoc \
+ | ${TOOL_SED} -e "s,.$$(printf '\b'),,g" \
>${.CURDIR}/../BUILDING