encap_getarg() was not properly loading the pointer argument associated
[dragonfly.git] / usr.bin / bzip2 / doc / Makefile
1 # $FreeBSD: src/usr.bin/bzip2/doc/Makefile,v 1.1.2.2 2002/02/18 09:13:07 sobomax Exp $
2 # $DragonFly: src/usr.bin/bzip2/doc/Attic/Makefile,v 1.3 2004/09/28 19:34:18 joerg Exp $
3
4 .PATH: ${.CURDIR}/../../../contrib/bzip2
5
6 INFO=   bzip2
7 INFOSECTION=    "Programming & development tools."
8 MAKEINFOFLAGS=  --no-validate
9
10 CLEANFILES+=    bzip2.texi bzip2.texi.orig
11
12 bzip2.texi:     manual.texi manual.texi.diff
13         patch -s --suffix=.orig -o ${.TARGET} < ${.ALLSRC:M*.diff} ${.ALLSRC:M*.texi}
14
15 .include <bsd.info.mk>