Build/install bzip2 documentation (info page).
This commit is contained in:
parent
044b30cecd
commit
ccc325a5ee
@ -9,6 +9,8 @@ PROG= bzip2
|
||||
MAN= bzip2.1
|
||||
CFLAGS+= -D_FILE_OFFSET_BITS=64
|
||||
|
||||
SUBDIR+= doc
|
||||
|
||||
DPADD= ${LIBBZ2}
|
||||
LDADD= -lbz2
|
||||
|
||||
|
14
usr.bin/bzip2/doc/Makefile
Normal file
14
usr.bin/bzip2/doc/Makefile
Normal file
@ -0,0 +1,14 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.PATH: ${.CURDIR}/../../../contrib/bzip2
|
||||
|
||||
INFO= bzip2
|
||||
INFOSECTION= "Programming & development tools."
|
||||
MAKEINFOFLAGS= --no-validate
|
||||
|
||||
CLEANFILES+= bzip2.texi
|
||||
|
||||
bzip2.texi: manual.texi
|
||||
ln -sf ${.ALLSRC} ${.TARGET}
|
||||
|
||||
.include <bsd.info.mk>
|
Loading…
Reference in New Issue
Block a user