Build and install diff.info..

As Bruce said, this is a little bogus, it'd be nice if bsd.prog.mk knew
about .texi in the same way as it does man pages..

Submitted by: bde
This commit is contained in:
Peter Wemm 1995-10-29 09:08:35 +00:00
parent 507accebbd
commit 39db722b77
2 changed files with 10 additions and 1 deletions

View File

@ -1,9 +1,11 @@
# $Id$
PROG= diff
SRCS= diff.c analyze.c io.c context.c ed.c normal.c ifdef.c util.c dir.c \
version.c getopt.c getopt1.c side.c cmpbuf.c
CFLAGS+=-DHAVE_CONFIG_H
SUBDIR+= doc
DPADD+= ${LIBGNUREGEX}
LDADD+= -lgnuregex

View File

@ -0,0 +1,7 @@
# $Id$
INFO = diff
.PATH: ${.CURDIR}/..
.include <bsd.info.mk>