xref: /netbsd-src/usr.bin/gprof/PSD.doc/Makefile (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1#	$NetBSD: Makefile,v 1.8 2014/07/05 19:22:43 dholland Exp $
2#	@(#)Makefile	8.1 (Berkeley) 8/14/93
3
4SECTION=reference/ref1
5ARTICLE=gprof
6SRCS=	header.me abstract.me intro.me profiling.me gathering.me \
7	postp.me present.me refs.me
8DEPSRCS=postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
9MACROS=	-me
10ROFF_PIC=yes
11ROFF_EQN=yes
12ROFF_TBL=yes
13EXTRAHTMLFILES=\
14	gprof-1.png gprof-2.png gprof-3.png gprof-4.png gprof-5.png \
15	gprof-6.png gprof-7.png gprof-8.png gprof-9.png gprof-10.png \
16	gprof-11.png gprof-12.png gprof-13.png gprof-14.png
17
18.include <bsd.doc.mk>
19