a5c0fa3864
and instead generate them each and every time (twice!). Based on a suggestion from Alan Barrett, allow setting MAKETOC=no to permit rebuilding the install notes without regenerating the .toc files, to allow more speedy debugging of markup changes.
17 lines
345 B
Makefile
17 lines
345 B
Makefile
# $NetBSD: Makefile,v 1.17 2001/11/30 22:20:03 jhawk Exp $
|
|
#
|
|
|
|
TARGETS+= release
|
|
|
|
.ifndef ALLNOTES
|
|
.if exists(${MACHINE}/Makefile)
|
|
SUBDIR= ${MACHINE}
|
|
.endif
|
|
.else
|
|
SUBDIR= alpha amiga arm26 arm32 atari hp300 hpcmips i386
|
|
SUBDIR+=mac68k macppc mvme68k news68k next68k pc532 pmax sparc
|
|
SUBDIR+=sparc64 sun3 vax x68k
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|