From 39db722b7757b5e7fd9615ba86812d55de5fc9e4 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 29 Oct 1995 09:08:35 +0000 Subject: [PATCH] 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 --- gnu/usr.bin/diff/Makefile | 4 +++- gnu/usr.bin/diff/doc/Makefile | 7 +++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 gnu/usr.bin/diff/doc/Makefile diff --git a/gnu/usr.bin/diff/Makefile b/gnu/usr.bin/diff/Makefile index 717a247429e..a6bc38509bd 100644 --- a/gnu/usr.bin/diff/Makefile +++ b/gnu/usr.bin/diff/Makefile @@ -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 diff --git a/gnu/usr.bin/diff/doc/Makefile b/gnu/usr.bin/diff/doc/Makefile new file mode 100644 index 00000000000..033d464aa0c --- /dev/null +++ b/gnu/usr.bin/diff/doc/Makefile @@ -0,0 +1,7 @@ +# $Id$ + +INFO = diff + +.PATH: ${.CURDIR}/.. + +.include -- 2.45.2