Install old texinfo pages in the form of mdoc(7) pages

This commit is contained in:
Baptiste Daroussin 2015-03-02 11:49:01 +00:00
parent 2fd5d19071
commit db997e07c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=279520
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,8 @@
DIFFSRC=${.CURDIR}/../../../contrib/diff/src
.PATH: ${DIFFSRC} \
${.CURDIR}/../../../contrib/diff/lib \
${.CURDIR}/../../../contrib/diff/man
${.CURDIR}/../../../contrib/diff/man \
${.CURDIR}/../../../contrib/diff/doc
PROG= diff
SRCS= analyze.c context.c diff.c dir.c ed.c ifdef.c io.c \
@ -24,6 +25,8 @@ CFLAGS+=-I${.CURDIR}/../../../contrib/diff/src
CFLAGS+=-I${.CURDIR}/../../../contrib/diff/lib
CFLAGS+=-I${DESTDIR}/usr/include/gnu
MAN= diff.1 diff.7
LIBADD+= gnuregex
.if ${MK_TESTS} != "no"

View File

@ -10,6 +10,7 @@ SRCS= bool-array.cc hash-table.cc input.cc keyword-list.cc keyword.cc \
main.cc options.cc output.cc positions.cc search.cc version.cc \
getline.cc hash.cc
WARNS= 1
MAN= gperf.1 gperf.7
CXXFLAGS+= -I${GPERFDIR}/lib -I${.CURDIR}