move BUILDING.mdoc -> doc/BUILDING.mdoc

This commit is contained in:
lukem 2002-09-21 08:19:27 +00:00
parent cf738336cd
commit d7d0f4149a
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.187 2002/09/17 23:18:25 thorpej Exp $
# $NetBSD: Makefile,v 1.188 2002/09/21 08:19:28 lukem Exp $
# This is the top-level makefile for building NetBSD. For an outline of
# how to build a snapshot or release, as well as other release engineering
@ -238,5 +238,5 @@ dependall-distrib depend-distrib all-distrib:
.include <bsd.subdir.mk>
build-docs: ${.CURDIR}/BUILDING
${.CURDIR}/BUILDING: BUILDING.mdoc
${.CURDIR}/BUILDING: doc/BUILDING.mdoc
groff -mdoc -Tascii -P-b -P-u -P-o $> >$@

View File

@ -1,4 +1,4 @@
.\" $NetBSD: BUILDING.mdoc,v 1.21 2002/09/21 05:17:52 lukem Exp $
.\" $NetBSD: BUILDING.mdoc,v 1.1 2002/09/21 08:19:29 lukem Exp $
.\"
.\" Copyright (c) 2001, 2002 The NetBSD Foundation, Inc.
.\" All rights reserved.