freebsd-dev/usr.bin/bzip2/doc/Makefile
Maxim Sobolev de78df64c7 Complete bzip2-1.0.2 import.
MFC in:		14 days
2002-02-01 16:33:40 +00:00

15 lines
324 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../../contrib/bzip2
INFO= bzip2
INFOSECTION= "Programming & development tools."
MAKEINFOFLAGS= --no-validate
CLEANFILES+= bzip2.texi bzip2.texi.orig
bzip2.texi: manual.texi manual.texi.diff
patch -s -b .orig -o ${.TARGET} < ${.ALLSRC:M*.diff} ${.ALLSRC:M*.texi}
.include <bsd.info.mk>