diff options
| author | apb <apb@NetBSD.org> | 2011-09-09 14:23:37 +0000 |
|---|---|---|
| committer | apb <apb@NetBSD.org> | 2011-09-09 14:23:37 +0000 |
| commit | 80c2cd00d26a0085b63def95612d76efdf6bec01 (patch) | |
| tree | d2bbd1994686c800561af9f163b1fcf4c43ec898 /Makefile | |
| parent | cb8c07c2055b9bff001f39c76e5b67ff9fef5c9d (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-- | Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -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 # |
