Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/xlint/lint1 build lint.7 man page



details:   https://anonhg.NetBSD.org/src/rev/cfa725b45e3e
branches:  trunk
changeset: 494372:cfa725b45e3e
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 06 01:11:23 2000 +0000

description:
build lint.7 man page

diffstat:

 usr.bin/xlint/lint1/Makefile |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 490fcb795662 -r cfa725b45e3e usr.bin/xlint/lint1/Makefile
--- a/usr.bin/xlint/lint1/Makefile      Thu Jul 06 01:10:51 2000 +0000
+++ b/usr.bin/xlint/lint1/Makefile      Thu Jul 06 01:11:23 2000 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.8 2000/07/03 02:51:44 matt Exp $
+#      $NetBSD: Makefile,v 1.9 2000/07/06 01:11:23 christos Exp $
 
 PROG=  lint1
 SRCS=  cgram.y scan.l mem1.c mem.c err.c main1.c decl.c tree.c func.c \
        init.c emit.c emit1.c
-MKMAN= no
+MAN=   lint.7
 LDADD+=        -ll
 DPADD+=        ${LIBL}
 YHEADER=1
@@ -14,4 +14,7 @@
 
 scan.c: cgram.h
 
+lint.7:        ${.OBJDIR}/${PROG}
+       sh ${.CURDIR}/makeman ${.OBJDIR}/${PROG} -m > ${.TARGET}
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index