convert ln to ${LN}
[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.3 2005/07/07 11:49:55 corecode 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>