summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorapb <apb@NetBSD.org>2011-09-09 14:23:37 +0000
committerapb <apb@NetBSD.org>2011-09-09 14:23:37 +0000
commit80c2cd00d26a0085b63def95612d76efdf6bec01 (patch)
treed2bbd1994686c800561af9f163b1fcf4c43ec898 /Makefile
parentcb8c07c2055b9bff001f39c76e5b67ff9fef5c9d (diff)
Move the code for creating src/BUILDING from "make build-docs" in
src/Makefile to "make regen" in src/doc/Makefile, and update a comment in doc/BUILDING.mdoc to match.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index d90bb4ca3d3..5051fbe053f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.288 2011/08/08 23:18:36 jmcneill Exp $
+# $NetBSD: Makefile,v 1.289 2011/09/09 14:23:37 apb Exp $
#
# This is the top-level makefile for building NetBSD. For an outline of
@@ -556,12 +556,6 @@ dependall-distrib depend-distrib all-distrib: .PHONY
.include <bsd.kernobj.mk>
.include <bsd.subdir.mk>
-build-docs: .PHONY ${.CURDIR}/BUILDING
-${.CURDIR}/BUILDING: doc/BUILDING.mdoc
- ${_MKMSG_CREATE} ${.TARGET}
- ${TOOL_GROFF} -mdoc -Tascii -P-bou $> >$@
-
-
#
# Display current make(1) parameters
#