Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[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.2 2003/06/17 04:29:25 dillon 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 -b .orig -o ${.TARGET} < ${.ALLSRC:M*.diff} ${.ALLSRC:M*.texi}
14
15 .include <bsd.info.mk>