Fix Boot Setup example:
[dragonfly/netmp.git] / gnu / usr.bin / texinfo / doc / Makefile
blobaf3bfadcd7860a4f98536a0d14a2c71b5a4e22bb
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 $
4 INFO= info info-stnd texinfo
5 SRCDIR= ${TXIDIR}/doc
7 CLEANFILES= texinfo.texi
9 texinfo.texi: texinfo.txi
10 ${LN} -fs ${.ALLSRC} ${.TARGET}
12 .include <bsd.info.mk>