5f70d1f98e
src/Makefile to "make regen" in src/doc/Makefile, and update a comment in doc/BUILDING.mdoc to match.
9 lines
221 B
Makefile
9 lines
221 B
Makefile
# $NetBSD: Makefile,v 1.1 2011/09/09 14:23:38 apb Exp $
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
regen: .PHONY regen-BUILDING
|
|
regen-BUILDING: .PHONY
|
|
${TOOL_GROFF} -mdoc -Tascii -P-bou ${.CURDIR}/BUILDING.mdoc \
|
|
>${.CURDIR}/../BUILDING
|