d36f473c3f0212a2eca4423a21af84b7a64e8061
[dragonfly.git] / gnu / usr.bin / texinfo / doc / Makefile
1 # $FreeBSD: src/gnu/usr.bin/texinfo/doc/Makefile,v 1.12 2000/01/17 10:59:24 ru Exp $
2 # $DragonFly: src/gnu/usr.bin/texinfo/doc/Makefile,v 1.2 2003/06/17 04:25:49 dillon Exp $
3
4 INFO=   info info-stnd texinfo
5 SRCDIR= ${TXIDIR}/doc
6
7 CLEANFILES=     texinfo.texi
8
9 texinfo.texi: texinfo.txi
10         ln -fs ${.ALLSRC} ${.TARGET}
11
12 .include <bsd.info.mk>