Subject: Including install notes in "make release"
To: None <tech-install@netbsd.org>
From: Simon Burge <simonb@wasabisystems.com>
List: tech-install
Date: 08/06/2000 20:35:04
I've got the trailing patch in my local source tree, which builds
and installs the installation notes into ${RELEASEDIR}.  Anyone
mind if I commit this?

Simon.
--
Simon Burge                            <simonb@wasabisystems.com>
NetBSD Sales, Support and Service:  http://www.wasabisystems.com/


Index: Makefile
===================================================================
RCS file: /cvsroot/basesrc/etc/Makefile,v
retrieving revision 1.157
diff -p -u -r1.157 Makefile
--- Makefile	2000/08/03 13:00:02	1.157
+++ Makefile	2000/08/06 10:31:45
@@ -250,7 +250,7 @@ release snapshot snap_pre snap_md_pre sn
 	@echo setenv RELEASEDIR before doing that!
 	@false
 .else
-release snapshot: distribution snap_pre snap_md_pre snap_kern snap_md_post
+release snapshot: distribution snap_pre snap_md_pre snap_kern snap_md_post notes
 	(cd ../distrib/sets; ${MAKE} sets)
 	sh ../distrib/sets/makesums -t ${RELEASEDIR}/binary/kernel '*.gz'
 
@@ -306,6 +306,9 @@ snap_md_pre:
 
 snap_md_post:
 # nothing here -- look in the machine-dependent Makefile.inc
+
+notes:
+	cd ${.CURDIR}/../distrib/notes && ${MAKE} release
 
 .endif	# DESTDIR check