679f0b86c9
and use TOOL_SED to flatten backspace sequences.
10 lines
252 B
Makefile
10 lines
252 B
Makefile
# $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_MANDOC_ASCII} ${.CURDIR}/BUILDING.mdoc \
|
|
| ${TOOL_SED} -e "s,.$$(printf '\b'),,g" \
|
|
>${.CURDIR}/../BUILDING
|