Makefile revision 50472
1# $FreeBSD: head/gnu/usr.bin/texinfo/doc/Makefile 50472 1999-08-27 23:37:10Z peter $
2
3INFO=	info info-stnd texinfo
4
5CLEANFILES=	texinfo.texi
6
7texinfo.texi: texinfo.txi
8	ln -fs ${.ALLSRC} ${.TARGET}
9
10.include <bsd.info.mk>
11
12.PATH: ${TXIDIR}/doc
13