xref: /netbsd/share/doc/psd/05.sysman/Makefile (revision bf9ec67e)
1#	$NetBSD: Makefile,v 1.5 2001/03/11 21:20:35 hubertf Exp $
2#
3#	@(#)Makefile	8.2 (Berkeley) 6/1/94
4
5DIR=	psd/05.sysman
6SRCS=	0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t \
7	2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
8MACROS=	-ms
9CLEANFILES+=Toc
10
11paper.ps: ${SRCS}
12	# Format twice to (only) generate Toc in the first run:
13	( ${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} 2>&1 ) >/dev/null
14	${SOELIM} -I${.CURDIR} ${.ALLSRC} | ${TBL} | ${ROFF} > ${.TARGET}
15
16.include <bsd.doc.mk>
17