Module Name:    src
Committed By:   tls
Date:           Sun Aug 10 06:58:12 UTC 2014

Modified Files:
        src/usr.bin/gprof [tls-earlyentropy]: Makefile
        src/usr.bin/gprof/PSD.doc [tls-earlyentropy]: Makefile

Log Message:
Rebase.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.27.86.1 src/usr.bin/gprof/Makefile
cvs rdiff -u -r1.6 -r1.6.74.1 src/usr.bin/gprof/PSD.doc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.bin/gprof/Makefile
diff -u src/usr.bin/gprof/Makefile:1.27 src/usr.bin/gprof/Makefile:1.27.86.1
--- src/usr.bin/gprof/Makefile:1.27	Tue Feb  9 18:28:10 1999
+++ src/usr.bin/gprof/Makefile	Sun Aug 10 06:58:12 2014
@@ -1,7 +1,5 @@
-#	$NetBSD: Makefile,v 1.27 1999/02/09 18:28:10 tv Exp $
+#	$NetBSD: Makefile,v 1.27.86.1 2014/08/10 06:58:12 tls Exp $
 
-.if make(install)
-SUBDIR=	PSD.doc
-.endif
+SUBDIR=PSD.doc
 
 .include <bsd.subdir.mk>

Index: src/usr.bin/gprof/PSD.doc/Makefile
diff -u src/usr.bin/gprof/PSD.doc/Makefile:1.6 src/usr.bin/gprof/PSD.doc/Makefile:1.6.74.1
--- src/usr.bin/gprof/PSD.doc/Makefile:1.6	Thu Jul 10 10:34:44 2003
+++ src/usr.bin/gprof/PSD.doc/Makefile	Sun Aug 10 06:58:12 2014
@@ -1,15 +1,18 @@
-#	$NetBSD: Makefile,v 1.6 2003/07/10 10:34:44 lukem Exp $
+#	$NetBSD: Makefile,v 1.6.74.1 2014/08/10 06:58:12 tls Exp $
 #	@(#)Makefile	8.1 (Berkeley) 8/14/93
 
-DIR=	psd/18.gprof
+SECTION=reference/ref1
+ARTICLE=gprof
 SRCS=	header.me abstract.me intro.me profiling.me gathering.me \
 	postp.me present.me refs.me
-EXTRA=	postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
-DPADD=	${EXTRA}
+DEPSRCS=postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
 MACROS=	-me
-
-paper.ps: ${SRCS} ${DPADD}
-	${TOOL_SOELIM} -I${.CURDIR} ${.ALLSRC:M*.me} | ${TOOL_PIC} | \
-	    ${TOOL_TBL} | ${TOOL_EQN} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
+ROFF_PIC=yes
+ROFF_EQN=yes
+ROFF_TBL=yes
+EXTRAHTMLFILES=\
+	gprof-1.png gprof-2.png gprof-3.png gprof-4.png gprof-5.png \
+	gprof-6.png gprof-7.png gprof-8.png gprof-9.png gprof-10.png \
+	gprof-11.png gprof-12.png gprof-13.png gprof-14.png
 
 .include <bsd.doc.mk>

Reply via email to