]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - gnu/usr.bin/texinfo/doc/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / gnu / usr.bin / texinfo / doc / Makefile
1 # $FreeBSD$
2
3 INFO=   info info-stnd texinfo
4 SRCDIR= ${TXIDIR}/doc
5
6 CLEANFILES=     texinfo.texi
7
8 texinfo.texi: texinfo.txi
9         ln -fs ${.ALLSRC} ${.TARGET}
10
11 .include <bsd.info.mk>